Updated appsettings files
This commit is contained in:
@@ -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
@@ -4,5 +4,9 @@
|
|||||||
"Default": "Warning"
|
"Default": "Warning"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"AllowedHosts": "*"
|
"AllowedHosts": "*",
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"IcarusProd":"Server=; User=; Password=; Database=; Port="
|
||||||
|
},
|
||||||
|
"RootMusicPath":"/root/of/music/path/"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user