aboutsummaryrefslogtreecommitdiff
path: root/Api/Api/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Api/Api/appsettings.json')
-rw-r--r--Api/Api/appsettings.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/Api/Api/appsettings.json b/Api/Api/appsettings.json
new file mode 100644
index 0000000..57b8003
--- /dev/null
+++ b/Api/Api/appsettings.json
@@ -0,0 +1,16 @@
+{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft.AspNetCore": "Warning"
+ }
+ },
+ "AllowedHosts": "*",
+ "DatabaseSettings": {
+
+ "ConnectionString": "mongodb://127.0.0.1:27017/",
+ "DatabaseName": "DemoApp",
+ "ImageCollectionName": "images"
+
+ }
+}