Repository: airavata-php-gateway
Updated Branches:
  refs/heads/master 98cacd5d3 -> 405246232


Removing app config from repo


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

Branch: refs/heads/master
Commit: 4052462321613167cff14b07a1ffc87ef7872a3a
Parents: 98cacd5
Author: Suresh Marru <[email protected]>
Authored: Tue May 5 13:20:29 2015 -0400
Committer: Suresh Marru <[email protected]>
Committed: Tue May 5 13:20:29 2015 -0400

----------------------------------------------------------------------
 .gitignore                |  1 -
 app/config/app_config.ini | 91 ------------------------------------------
 2 files changed, 92 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/40524623/.gitignore
----------------------------------------------------------------------
diff --git a/.gitignore b/.gitignore
index afd7435..b5363f0 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
 /bootstrap/compiled.php
 /vendor
-/app/config/app_config.ini
 composer.phar
 composer.lock
 .env.*.php

http://git-wip-us.apache.org/repos/asf/airavata-php-gateway/blob/40524623/app/config/app_config.ini
----------------------------------------------------------------------
diff --git a/app/config/app_config.ini b/app/config/app_config.ini
deleted file mode 100644
index d70d26e..0000000
--- a/app/config/app_config.ini
+++ /dev/null
@@ -1,91 +0,0 @@
-;--------------------------------------- Identity Server Constants 
----------------------
-
-;Admin Role Name
-admin-role-name = "admin"
-;Gateway User Role
-gateway-admin = "Internal/everyone"
-
-;Tenant admin's username
-admin-username = "[email protected]"
-
-;Tenant admin's password
-admin-password = "[email protected]"
-
-;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 = "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
-
-;--------------------------------------- Airavata Constants 
----------------------
-
-
-;development
-airavata-port = 9930;
-airavata-server = 'gw111.iu.xsede.org'
-
-;production
-;airavata-server = 'gw127.iu.xsede.org'
-;airavata-port = 8930; 
-
-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 = '[email protected]'
-;file size in MB
-server-allowed-file-size = 64
-
-;Credential Store Token
-credential-store-token = "bdc612fe-401e-4684-88e9-317f99409c45"
-
-;----------------------------------------- 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'
-
-
-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 = '[email protected]'
-;file size in MB
-server-allowed-file-size = 64
-
-;Credential Store Token
-credential-store-token = 'bdc612fe-401e-4684-88e9-317f99409c45'
-
-;Advanced Experiment Options available
-advanced-experiment-options = true
\ No newline at end of file

Reply via email to