You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by nd...@apache.org on 2016/02/17 19:02:54 UTC

airavata-php-gateway git commit: adding gateway data storage id back

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/develop 80ed2f388 -> e460b2275


adding gateway data storage id back


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/e460b227
Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/e460b227
Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/e460b227

Branch: refs/heads/develop
Commit: e460b2275125cdb3aa280a5a082010e8a1eb82c8
Parents: 80ed2f3
Author: Nipurn Doshi <ni...@gmail.com>
Authored: Wed Feb 17 13:02:21 2016 -0500
Committer: Nipurn Doshi <ni...@gmail.com>
Committed: Wed Feb 17 13:02:21 2016 -0500

----------------------------------------------------------------------
 app/config/pga_config.php.template | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/e460b227/app/config/pga_config.php.template
----------------------------------------------------------------------
diff --git a/app/config/pga_config.php.template b/app/config/pga_config.php.template
index ccd85fb..8a65ce5 100644
--- a/app/config/pga_config.php.template
+++ b/app/config/pga_config.php.template
@@ -151,7 +151,12 @@ return array(
         /**
          * Life time of app catalog data cache in minutes
          */
-        'app-catalog-cache-duration' => 5
+        'app-catalog-cache-duration' => 5,
+ 
+         /**
+         * Gateway data store resource id
+         */
+         'gateway-data-store-resource-id' => ''
     ],
 
     /**