Repository: airavata-php-gateway Updated Branches: refs/heads/master b8764e16b -> 3f3e9b6db
Testing git to JIRA integration - AIRAVATA-1628 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/3f3e9b6d Tree: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/tree/3f3e9b6d Diff: http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/diff/3f3e9b6d Branch: refs/heads/master Commit: 3f3e9b6dbe8ba2ef4bfca01d6576f289dac35042 Parents: b8764e1 Author: Suresh Marru <[email protected]> Authored: Fri Mar 13 12:42:39 2015 -0400 Committer: Suresh Marru <[email protected]> Committed: Fri Mar 13 12:42:39 2015 -0400 ---------------------------------------------------------------------- app/config/app_config.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/3f3e9b6d/app/config/app_config.ini ---------------------------------------------------------------------- diff --git a/app/config/app_config.ini b/app/config/app_config.ini index f1439e5..b6144d6 100644 --- a/app/config/app_config.ini +++ b/app/config/app_config.ini @@ -37,8 +37,10 @@ allow-self-signed = false ;development -airavata-port = 9930; +; Airavata API Server Hostname airavata-server = 'gw111.iu.xsede.org' +; Airavata API Server Port +airavata-port = 9930; ;production ;airavata-server = 'gw127.iu.xsede.org'
