15 lines
293 B
JSON
15 lines
293 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection":"Server=;Database=;Uid=;Pwd=;"
|
|
},
|
|
"RootMusicPath":"/music/path/",
|
|
"TemporaryMusicPath":"/music/temp/path/",
|
|
"ArchivePath":"/archive/path/"
|
|
}
|