From 648d50c387e7ee3976bd673594ed10901075475f Mon Sep 17 00:00:00 2001 From: transtrike Date: Mon, 7 Dec 2020 22:39:49 +0200 Subject: API folder fixed --- API/appsettings.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 API/appsettings.json (limited to 'API/appsettings.json') 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": "*" +} -- cgit v1.2.3