15 lines
316 B
JSON
15 lines
316 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"IcarusDev":"Server=; User=; Password=; Database=; Port="
|
|
},
|
|
"RootMusicPath":"/root/music/path/",
|
|
"TemporaryMusicPath":"/root/temp/music/path/"
|
|
}
|