24
1
Fork 0

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
1 changed files with 2 additions and 2 deletions

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