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/21 20:03:36 UTC

airavata-php-gateway git commit: removing configuration instance from git to prevent accidental commits of passwords

Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 646ff189c -> 8763d6c64


removing configuration instance from git to prevent accidental commits of passwords


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

Branch: refs/heads/master
Commit: 8763d6c64d05f41608dac574620dbea2ab7dea71
Parents: 646ff18
Author: Suresh Marru <sm...@apache.org>
Authored: Tue Apr 21 14:03:30 2015 -0400
Committer: Suresh Marru <sm...@apache.org>
Committed: Tue Apr 21 14:03:30 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/8763d6c6/app/config/app_config.ini
----------------------------------------------------------------------
diff --git a/app/config/app_config.ini b/app/config/app_config.ini
deleted file mode 100644
index dc6aeac..0000000
--- a/app/config/app_config.ini
+++ /dev/null
@@ -1,94 +0,0 @@
-;-----
-; Airavata Client Property files
-;-----
-
-;--------------------------------------- Identity Server Constants ----------------------
-
-
-;Tenant admin's username
-;admin-username = "kenneth@sdsc.edu"
-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 = "airavatademo"
-admin-password = "testadmin@scigap.org"
-;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 = "sdsc"
-gateway-id = "default"
-
-;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
-
-;Credential Store Token
-credential-store-token = 'bdc612fe-401e-4684-88e9-317f99409c45'
-;For Umass
-;credential-store-token = '811351f3-7484-4931-b354-24881e7963e9'
-;For SDSC
-;credential-store-token = 'f2baf479-5c2a-4fa9-b38c-db3eb31662ae'
-
-;--------------------------------------- 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
-
-
-
-;----------------------------------------- Experiment Defaults --------------------
-
-;default Queue name 
-queue-name = 'normal'
-;default Node Count
-node-count = '1'
-;default Total Core Count
-total-cpu-count = '4'
-;default Wall Time Limit
-wall-time-limit = '30'