зеркало из https://github.com/mozilla/fxa.git
fix(oauth): Fix the oauth path to the server mozilla/fxa-local-dev#106)
This commit is contained in:
Родитель
73befc8490
Коммит
1509e78f76
|
@ -36,7 +36,7 @@ function createConfig () {
|
|||
setConf(content, 'FXA_PROFILE_IMAGES_URL', 'http://' + ip + ':1112');
|
||||
|
||||
setConf(oauth, 'PUBLIC_URL', 'http://' + ip + ':9010');
|
||||
setConf(oauth, 'CONTENT_URL', 'http://' + ip + ':3030');
|
||||
setConf(oauth, 'CONTENT_URL', 'http://' + ip + ':3030/oauth');
|
||||
setConf(oauth, 'ISSUER', ip + ':9000');
|
||||
setConf(oauth, 'VERIFICATION_URL', 'http://' + ip + ':5050/v2');
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче