fix: various fixes to sentry-reported errors and more

This commit is contained in:
Hampus Kraft
2026-02-18 15:38:51 +00:00
parent 302c0d2a0c
commit 0517a966a3
357 changed files with 25420 additions and 16281 deletions

View File

@@ -22,18 +22,17 @@
},
"gateway": {
"port": 8080,
"api_host": "http://127.0.0.1:8088/api",
"admin_reload_secret": "deadbeef0123456789abcdef0123456789abcdef0123456789abcdef01234567",
"media_proxy_endpoint": "http://localhost:8088/media"
},
"nats": {
"core_url": "nats://127.0.0.1:4222",
"jetstream_url": "nats://127.0.0.1:4223"
},
"server": {
"port": 8088
}
},
"gateway": {
"rpc_endpoint": "http://127.0.0.1:8081",
"rpc_secret": "cafebabe0123456789abcdef0123456789abcdef0123456789abcdef01234567"
},
"auth": {
"sudo_mode_secret": "c0ffee000123456789abcdef0123456789abcdef0123456789abcdef01234567",
"connection_initiation_secret": "f00dbabe0123456789abcdef0123456789abcdef0123456789abcdef01234567",