disable capabilities.account when no FXA_CLIENT_ID is set

This commit is contained in:
Danny Coates 2018-09-19 12:53:23 -07:00
parent e3087f008c
commit 93e82cf953
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
3 changed files with 11 additions and 6 deletions

View file

@ -132,7 +132,7 @@ const conf = convict({
},
fxa_client_id: {
format: String,
default: 'b50ec33d3c9beb6d', // localhost
default: '', // disabled
env: 'FXA_CLIENT_ID'
}
});