fixed some old TODOs
This commit is contained in:
parent
ac87fdff97
commit
6cc12528b3
9 changed files with 15 additions and 8 deletions
|
@ -134,6 +134,11 @@ const conf = convict({
|
|||
format: String,
|
||||
default: '', // disabled
|
||||
env: 'FXA_CLIENT_ID'
|
||||
},
|
||||
fxa_key_scope: {
|
||||
format: String,
|
||||
default: 'https://identity.mozilla.com/apps/send',
|
||||
env: 'FXA_KEY_SCOPE'
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue