aboutsummaryrefslogtreecommitdiff
path: root/API/appsettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'API/appsettings.json')
-rw-r--r--API/appsettings.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/API/appsettings.json b/API/appsettings.json
new file mode 100644
index 0000000..b13eb27
--- /dev/null
+++ b/API/appsettings.json
@@ -0,0 +1,13 @@
+{
+ "ConnectionString" : {
+ "DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
+ },
+ "Logging": {
+ "LogLevel": {
+ "Default": "Information",
+ "Microsoft": "Warning",
+ "Microsoft.Hosting.Lifetime": "Information"
+ }
+ },
+ "AllowedHosts": "*"
+}