14 lines
280 B
JSON
14 lines
280 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"IcarusProd":"Server=; User=; Password=; Database=; Port="
|
|
},
|
|
"RootMusicPath":"/root/of/music/path/",
|
|
"TemporaryMusicPath":"/root/temp/music/path/"
|
|
}
|