summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/appsettings.Development.json
blob: 41c00e7921957a0e14c029e2ea0ecaad9d5e5507 (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
/*


  This file is committed to source control with the default settings, but added to .gitignore to
  avoid accidentally committing login details.



*/
{
    "ApiClients": {
        "AzureBlobConnectionString": null,

        "GitHubUsername": null,
        "GitHubPassword": null,

        "NexusApiKey": null
    },

    "Storage": {
        "Mode": "MongoInMemory",
        "ConnectionString": null,
        "Database": "smapi-edge"
    },

    "BackgroundServices": {
        "Enabled": true
    }
}