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