Files
icarus/appsettings.json
T
2019-03-22 20:09:25 -04:00

13 lines
231 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"IcarusProd":"Server=; User=; Password=; Database=; Port="
},
"RootMusicPath":"/root/of/music/path/"
}