16 lines
333 B
JSON
16 lines
333 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection":"Server=;Database=;Uid=;Pwd=;"
|
|
},
|
|
"RootMusicPath":"/music/path/",
|
|
"TemporaryMusicPath":"/music/temp/path/",
|
|
"ArchivePath":"/archive/path/"
|
|
}
|