mirror of
https://github.com/timvisee/send.git
synced 2025-10-05 02:19:26 +02:00
Begin implementing a reporting mechanism
This commit is contained in:
parent
ccbcb69666
commit
9891d1f0ba
37 changed files with 762 additions and 183 deletions
|
@ -120,6 +120,11 @@ const conf = convict({
|
|||
default: '',
|
||||
env: 'SENTRY_DSN'
|
||||
},
|
||||
sentry_host: {
|
||||
format: String,
|
||||
default: 'https://sentry.prod.mozaws.net',
|
||||
env: 'SENTRY_HOST'
|
||||
},
|
||||
env: {
|
||||
format: ['production', 'development', 'test'],
|
||||
default: 'development',
|
||||
|
@ -152,7 +157,7 @@ const conf = convict({
|
|||
},
|
||||
fxa_url: {
|
||||
format: 'url',
|
||||
default: 'https://send-fxa.dev.lcip.org',
|
||||
default: 'http://localhost:3030',
|
||||
env: 'FXA_URL'
|
||||
},
|
||||
fxa_client_id: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue