changed default config to have accounts disabled

This commit is contained in:
Danny Coates 2018-09-24 13:04:29 -07:00
parent 7eb7590f06
commit b61bf3c867
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 2 additions and 2 deletions

View file

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