We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a585040 commit 05e0334Copy full SHA for 05e0334
examples/config_file/config.ini
@@ -1,14 +1,14 @@
1
[PSC]
2
-site_name = "PSC"
3
-api_key = "some_secret_key"
+site_name = PSC
+api_key = some_secret_key
4
5
[PSC_TEST]
6
7
-amie_url = "https://amieclient.xsede.org/v0.20/"
8
-api_key = "some_beta_key"
+amie_url = https://amieclient.xsede.org/v0.20/
+api_key = some_beta_key
9
10
[NCSA_LOCAL_DEV]
11
-site_name = "NCSA"
12
-amie_url = "http://localhost:12345"
13
-usage_url = "http://localhost:23456"
14
-api_key = "some_dev_key"
+site_name = NCSA
+amie_url = http://localhost:12345
+usage_url = http://localhost:23456
+api_key = some_dev_key
0 commit comments