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: { fxa_url: {
format: 'url', format: 'url',
default: 'https://stable.dev.lcip.org', default: 'https://send-fxa.dev.lcip.org',
env: 'FXA_URL' env: 'FXA_URL'
}, },
fxa_client_id: { fxa_client_id: {
format: String, format: String,
default: '', // disabled default: 'fced6b5e3f4c66b9', // localhost
env: 'FXA_CLIENT_ID' env: 'FXA_CLIENT_ID'
} }
}); });