From 1f61b2afecb32b5d75268642a49ce9556f505796 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 22 Mar 2024 15:47:29 +0000 Subject: Inital commit of dotnet new --- appsettings.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 appsettings.json (limited to 'appsettings.json') diff --git a/appsettings.json b/appsettings.json new file mode 100644 index 0000000..ad60b35 --- /dev/null +++ b/appsettings.json @@ -0,0 +1,12 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "ConnectionStrings": { + "download": "Host=db_host;Database=postgres;Username=db_unsername;Password=db_password;" + }, + "AllowedHosts": "*" +} -- cgit v1.2.3