changing the pga_config.php
Project: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/commit/5af680e2 Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/5af680e2 Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/5af680e2 Branch: refs/heads/0.15-release-branch Commit: 5af680e2e3fb82a3d7ab86b34f7c1cc3c1b9d23c Parents: 8d0cabd Author: Supun Nakandala <[email protected]> Authored: Thu Jun 25 01:36:18 2015 +0530 Committer: Supun Nakandala <[email protected]> Committed: Thu Jun 25 01:36:18 2015 +0530 ---------------------------------------------------------------------- app/config/pga_config.php.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/5af680e2/app/config/pga_config.php.template ---------------------------------------------------------------------- diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template index 6af2116..81ae9ac 100644 --- a/app/config/pga_config.php.template +++ b/app/config/pga_config.php.template @@ -94,12 +94,12 @@ return array( /** * directory in the web server where experiment data is staged. (relative to the web server documents root) */ - 'experiment-data-path-dir' => '/experimentData', + 'experiment-data-dir' => '/experimentData', /** * absolute path of the data dir */ - 'experiment-data-path-absolute' => '/var/www/experimentData', + 'experiment-data-absolute-path' => '/var/www/experimentData', /** * Advanced experiments options
