summary refs log tree commit diff
path: root/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-12-27 05:48:14 +0100
committerEmma [it/its]@Rory& <root@rory.gay>2025-10-05 21:33:50 +0200
commita632666203e7c6c67fdb3bcf1809a591b1d0edf1 (patch)
tree21059211df2229637a425089e4480b21cd6ffc1a /extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json
parentUpdate dependencies (diff)
downloadserver-ts-a632666203e7c6c67fdb3bcf1809a591b1d0edf1.tar.xz
Rewrite access tokens, initial admin api
Diffstat (limited to 'extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json')
-rw-r--r--extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json b/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json
new file mode 100644

index 000000000..5a367f27d --- /dev/null +++ b/extra/admin-api/Spacebar.AdminAPI/appsettings.Development.json
@@ -0,0 +1,11 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.AspNetCore": "Warning" + } + }, + "ConnectionStrings": { + "Spacebar": "Host=127.0.0.1; Username=postgres; Database=spacebar" + } +}