Skip to content

Commit 05e0334

Browse files
committedDec 10, 2020
Fix example config file
1 parent a585040 commit 05e0334

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
 

‎examples/config_file/config.ini

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[PSC]
2-
site_name = "PSC"
3-
api_key = "some_secret_key"
2+
site_name = PSC
3+
api_key = some_secret_key
44

55
[PSC_TEST]
6-
site_name = "PSC"
7-
amie_url = "https://amieclient.xsede.org/v0.20/"
8-
api_key = "some_beta_key"
6+
site_name = PSC
7+
amie_url = https://amieclient.xsede.org/v0.20/
8+
api_key = some_beta_key
99

1010
[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"
11+
site_name = NCSA
12+
amie_url = http://localhost:12345
13+
usage_url = http://localhost:23456
14+
api_key = some_dev_key

0 commit comments

Comments
 (0)
Please sign in to comment.