You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by sm...@apache.org on 2015/04/10 18:23:30 UTC

airavata-php-gateway git commit: only config file templates

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master c644bc8ec -> c362b0543


only config file templates


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

Branch: refs/heads/master
Commit: c362b0543f1b7228e6a4289f9f198b07452d87e6
Parents: c644bc8
Author: Suresh Marru <sm...@apache.org>
Authored: Fri Apr 10 12:23:25 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Fri Apr 10 12:23:25 2015 -0400

----------------------------------------------------------------------
 app/config/app_config.ini | 70 ------------------------------------------
 1 file changed, 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/c362b054/app/config/app_config.ini
----------------------------------------------------------------------
diff --git a/app/config/app_config.ini b/app/config/app_config.ini
deleted file mode 100644
index a990f12..0000000
--- a/app/config/app_config.ini
+++ /dev/null
@@ -1,70 +0,0 @@
-;-----
-; Airavata Client Property files
-;-----
-
-;--------------------------------------- Identity Server Constants ----------------------
-
-
-;Tenant admin's username
-;admin-username = "test@testphprg.scigap.org"
-admin-username = "spamidig@paramchem.org"
-;Super Tenant Admin's username
-;admin-username = "scigap_admin"
-
-;Tenant admin's password
-admin-password = "sp@m!d!g2015"
-;Super Admin's password
-;admin-password = "sci9067@min"
-
-;Identity server domain
-server = "idp.scigap.org"
-
-;Identity server web services endpoint
-service-url = "https://idp.scigap.org:7443/services/"
-
-;Gateway Domain Name 
-;gateway-id = "testphprg.scigap.org"
-gateway-id = "paramchem"
-
-;Path the to server certificate file
-cafile-path = "/resources/security/idp_scigap_org.pem"
-
-;Enable HTTPS server verification
-verify-peer = true
-
-;Allow self signed server certificates
-allow-self-signed = false
-
-;--------------------------------------- Airavata Constants ----------------------
-
-
-;development
-; Airavata API Server Hostname
-airavata-server = 'gw111.iu.xsede.org'
-; Airavata API Server Port
-airavata-port = 9930;
-
-;production
-;airavata-server = 'gw127.iu.xsede.org'
-;airavata-port = 8930; 
-
-
-;airavata-server = 'gw56.iu.xsede.org'
-airavata-timeout = 100000;
-experiment-data-root = '/../experimentData/'
-ssh-user = 'root'
-data-path = 'file://home/pga/production/experimentData/'
-experiment-data-root-absolute = '/var/www/experimentData/'
-;USER_STORE = 'WSO2','XML','USER_API'
-user-store = "WSO2"
-admin-role = "admin"
-gateway-admin-role = "gateway_admin"
-user-role = "Internal/everyone"
-;identity server roles assigned for Gateway
-gateway-role-prepend = "gateway_"
-gateway-role-admin-append = "_admin"
-req-url = 'https://gw111.iu.xsede.org:8443/credential-store/acs-start-servlet'
-gateway-name = 'PHP-Reference-Gateway'
-email = 'admin@gw120.iu.xsede.org'
-;file size in MB
-server-allowed-file-size = 64