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
@@ -5,5 +5,9 @@
"System": "Information", "System": "Information",
"Microsoft": "Information" "Microsoft": "Information"
} }
} },
"ConnectionStrings": {
"IcarusDev":"Server=; User=; Password=; Database=; Port="
},
"RootMusicPath":"/root/of/music/path/
} }
+5 -1
View File
@@ -4,5 +4,9 @@
"Default": "Warning" "Default": "Warning"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*",
"ConnectionStrings": {
"IcarusProd":"Server=; User=; Password=; Database=; Port="
},
"RootMusicPath":"/root/of/music/path/"
} }