Updated appsettings files

This commit is contained in:
amazing-username
2019-03-22 20:09:25 -04:00
parent e4f050c362
commit d08ab85a98
2 changed files with 10 additions and 2 deletions
+5 -1
View File
@@ -4,5 +4,9 @@
"Default": "Warning"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"ConnectionStrings": {
"IcarusProd":"Server=; User=; Password=; Database=; Port="
},
"RootMusicPath":"/root/of/music/path/"
}