summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.CleanSettingsRows/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'extra/admin-api/Spacebar.CleanSettingsRows/appsettings.Development.json')
-rw-r--r--extra/admin-api/Spacebar.CleanSettingsRows/appsettings.Development.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/admin-api/Spacebar.CleanSettingsRows/appsettings.Development.json b/extra/admin-api/Spacebar.CleanSettingsRows/appsettings.Development.json
new file mode 100644

index 00000000..e8136888 --- /dev/null +++ b/extra/admin-api/Spacebar.CleanSettingsRows/appsettings.Development.json
@@ -0,0 +1,11 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.Hosting.Lifetime": "Information" + } + }, + "ConnectionStrings": { + "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;" + } +}