blob: 6b32f4ab589d791c1a902655484236a2f5a26a6a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
/*
This file is committed to source control with the default settings, but added to .gitignore to
avoid accidentally committing login details.
*/
{
"Site": {
"BetaEnabled": false,
"BetaBlurb": null
},
"ApiClients": {
"AmazonAccessKey": null,
"AmazonSecretKey": null,
"GitHubUsername": null,
"GitHubPassword": null,
"NexusApiKey": null,
"PastebinUserKey": null,
"PastebinDevKey": null
},
"MongoDB": {
"Host": "localhost",
"Username": null,
"Password": null,
"Database": "smapi-edge"
}
}
|