diff --git a/WebApp/appsettings.example.json b/WebApp/appsettings.example.json new file mode 100644 index 0000000..e45d386 --- /dev/null +++ b/WebApp/appsettings.example.json @@ -0,0 +1,12 @@ +{ + "ConnectionStrings": { + "DefaultConnection": "Server=some_host;Database=database_resource;Username=database_user;Password=some_password" + }, + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "AllowedHosts": "*" +} \ No newline at end of file