set default fxa env for localhost
This commit is contained in:
parent
fb83b324ab
commit
135f40f65d
|
@ -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'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue