fix: various fixes to sentry-reported errors and more
This commit is contained in:
@@ -63,14 +63,10 @@ function makeMinimalConfig(overrides: Record<string, unknown> = {}): Record<stri
|
||||
},
|
||||
gateway: {
|
||||
port: 8771,
|
||||
api_host: 'http://localhost:8772/api',
|
||||
admin_reload_secret: 'deadbeef0123456789abcdef0123456789abcdef0123456789abcdef01234567',
|
||||
media_proxy_endpoint: 'http://localhost:8772/media',
|
||||
},
|
||||
},
|
||||
gateway: {
|
||||
rpc_secret: 'rpc-test-secret',
|
||||
},
|
||||
auth: {
|
||||
sudo_mode_secret: 'sudo-test-secret',
|
||||
connection_initiation_secret: 'connection-initiation-test-secret',
|
||||
|
||||
Reference in New Issue
Block a user