mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
changed default config to have accounts disabled
This commit is contained in:
@@ -132,7 +132,7 @@ const conf = convict({
|
||||
},
|
||||
fxa_client_id: {
|
||||
format: String,
|
||||
default: 'fced6b5e3f4c66b9', // localhost
|
||||
default: '', // disabled
|
||||
env: 'FXA_CLIENT_ID'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user