19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Auth0": {
|
|
"Domain": "[domain].auth0.com",
|
|
"ApiIdentifier": "https://[identifier]/api"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection":"Server=;Database=;Uid=;Pwd=;"
|
|
},
|
|
"RootMusicPath":"/music/path/",
|
|
"TemporaryMusicPath":"/music/temp/path/",
|
|
"ArchivePath":"/archive/path/"
|
|
}
|