changed default config to have accounts disabled
This commit is contained in:
parent
7eb7590f06
commit
b61bf3c867
2 changed files with 2 additions and 2 deletions
|
@ -132,7 +132,7 @@ const conf = convict({
|
|||
},
|
||||
fxa_client_id: {
|
||||
format: String,
|
||||
default: 'fced6b5e3f4c66b9', // localhost
|
||||
default: '', // disabled
|
||||
env: 'FXA_CLIENT_ID'
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue