disable capabilities.account when no FXA_CLIENT_ID is set
This commit is contained in:
parent
e3087f008c
commit
93e82cf953
3 changed files with 11 additions and 6 deletions
|
@ -132,7 +132,7 @@ const conf = convict({
|
|||
},
|
||||
fxa_client_id: {
|
||||
format: String,
|
||||
default: 'b50ec33d3c9beb6d', // localhost
|
||||
default: '', // disabled
|
||||
env: 'FXA_CLIENT_ID'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue