mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 05:02:45 +01:00
set default fxa env for localhost
This commit is contained in:
parent
fb83b324ab
commit
135f40f65d
@ -127,12 +127,12 @@ const conf = convict({
|
||||
},
|
||||
fxa_url: {
|
||||
format: 'url',
|
||||
default: 'https://stable.dev.lcip.org',
|
||||
default: 'https://send-fxa.dev.lcip.org',
|
||||
env: 'FXA_URL'
|
||||
},
|
||||
fxa_client_id: {
|
||||
format: String,
|
||||
default: '', // disabled
|
||||
default: 'fced6b5e3f4c66b9', // localhost
|
||||
env: 'FXA_CLIENT_ID'
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user