summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.Offload/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-06-21 10:48:00 +0200
committerRory& <root@rory.gay>2026-06-21 10:48:00 +0200
commit387cea129d9810bd4afb8bbf21be2e5d7a365535 (patch)
tree17632cf121d215c350705c5e21aa78fb4c02f389 /extra/admin-api/Spacebar.Offload/appsettings.Development.json
parentMore tests (diff)
downloadserver-ts-387cea129d9810bd4afb8bbf21be2e5d7a365535.tar.xz
Publish LazyRequest typescript attempt, partial C# impl
Diffstat (limited to 'extra/admin-api/Spacebar.Offload/appsettings.Development.json')
-rw-r--r--extra/admin-api/Spacebar.Offload/appsettings.Development.json8
1 files changed, 3 insertions, 5 deletions
diff --git a/extra/admin-api/Spacebar.Offload/appsettings.Development.json b/extra/admin-api/Spacebar.Offload/appsettings.Development.json

index 12d6d238d..0092bb18f 100644 --- a/extra/admin-api/Spacebar.Offload/appsettings.Development.json +++ b/extra/admin-api/Spacebar.Offload/appsettings.Development.json
@@ -3,19 +3,17 @@ "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Trace", - //Warning + "Microsoft.AspNetCore.Server.Kestrel.Connections": "Information", + "Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets": "Information", "Microsoft.AspNetCore.Mvc": "Warning", - //Warning "Microsoft.AspNetCore.HostFiltering": "Warning", - //Warning "Microsoft.AspNetCore.Cors": "Warning", - //Warning // "Microsoft.EntityFrameworkCore": "Warning" "Microsoft.EntityFrameworkCore.Database.Command": "Information" } }, "ConnectionStrings": { - "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar; Port=5433; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;" + "Spacebar": "Host=127.0.0.1; Username=postgres; Database=sb-testing; Port=5432; Include Error Detail=true; Maximum Pool Size=1000; Command Timeout=6000; Timeout=600;" }, "Spacebar": { "Authentication": {