fix: various fixes to things + simply app proxy sentry setup
This commit is contained in:
@@ -54,7 +54,7 @@ function makeMinimalConfig(overrides: Record<string, unknown> = {}): Record<stri
|
||||
secret_key_base: 'abcdef0123456789abcdef0123456789abcdef0123456789abcdef0123456789',
|
||||
oauth_client_secret: 'fedcba9876543210fedcba9876543210fedcba9876543210fedcba9876543210',
|
||||
},
|
||||
app_proxy: {port: 8773, sentry_report_host: 'sentry.io', sentry_dsn: 'https://test@sentry.io/1'},
|
||||
app_proxy: {port: 8773},
|
||||
marketing: {
|
||||
enabled: false,
|
||||
port: 8774,
|
||||
|
||||
Reference in New Issue
Block a user