mirror of
https://github.com/timvisee/send.git
synced 2025-10-05 18:34:18 +02:00
add fxa_required option
This commit is contained in:
parent
9891d1f0ba
commit
17057e725d
7 changed files with 20 additions and 3 deletions
|
@ -155,6 +155,11 @@ const conf = convict({
|
|||
default: `${tmpdir()}${path.sep}send-${randomBytes(4).toString('hex')}`,
|
||||
env: 'FILE_DIR'
|
||||
},
|
||||
fxa_required: {
|
||||
format: Boolean,
|
||||
default: true,
|
||||
env: 'FXA_REQUIRED'
|
||||
},
|
||||
fxa_url: {
|
||||
format: 'url',
|
||||
default: 'http://localhost:3030',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue