1
0
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:
Danny Coates 2018-09-20 14:13:07 -07:00
parent fb83b324ab
commit 135f40f65d
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -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'
}
});