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-03-19 08:38:20 +0100
committerRory& <root@rory.gay>2026-03-19 08:38:20 +0100
commitd0eac0b8e7738c645707b52e386ca1e2079b8da8 (patch)
treec8fc5b135ec94f6351e025ff7df472f83db4c6c5 /extra/admin-api/Spacebar.Offload/appsettings.Development.json
parentCDN: use file contents for hashes, the fuck (diff)
downloadserver-ts-d0eac0b8e7738c645707b52e386ca1e2079b8da8.tar.xz
GatewayOffload: rename to Offload
Diffstat (limited to 'extra/admin-api/Spacebar.Offload/appsettings.Development.json')
-rw-r--r--extra/admin-api/Spacebar.Offload/appsettings.Development.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/extra/admin-api/Spacebar.Offload/appsettings.Development.json b/extra/admin-api/Spacebar.Offload/appsettings.Development.json
new file mode 100644

index 00000000..12d6d238 --- /dev/null +++ b/extra/admin-api/Spacebar.Offload/appsettings.Development.json
@@ -0,0 +1,29 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Trace", + //Warning + "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": { + "Authentication": { + "PrivateKeyPath": "../../../jwt.key", + "PublicKeyPath": "../../../jwt.key.pub" +// "Enforce2FA": false, +// "OverrideUid": "1006598230156341276", +// "DisableAuthentication": true + } + } +}