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