зеркало из https://github.com/mozilla/fxa.git
use deployed server config
This commit is contained in:
Родитель
bf6f800179
Коммит
aff5cd21d6
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"client_id": "dcdb5ae7add825d2076572862ac0697f",
|
||||
"client_secret": "b93ef8a8f3e553a430d7e5b904c6132b2722633af9f03128029201d24a97f2a8",
|
||||
"redirect_uri": "http://127.0.0.1:8080/api/oauth",
|
||||
"signin_uri": "http://127.0.0.1:3030/oauth/signin",
|
||||
"oauth_uri": "http://127.0.0.1:9010/v1",
|
||||
"profile_uri": "http://127.0.0.1:1111/v0",
|
||||
"scopes": "profile"
|
||||
}
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"client_id": "dcdb5ae7add825d2076572862ac0697f",
|
||||
"client_secret": "b93ef8a8f3e553a430d7e5b904c6132b2722633af9f03128029201d24a97f2a8",
|
||||
"redirect_uri": "http://127.0.0.1:8080/api/oauth",
|
||||
"signin_uri": "http://127.0.0.1:3030/oauth/signin",
|
||||
"oauth_uri": "http://127.0.0.1:9010/v1",
|
||||
"profile_uri": "http://127.0.0.1:1111/v0",
|
||||
"redirect_uri": "https://123done.dev.lcip.org/api/oauth",
|
||||
"signin_uri": "https://oauth-ui.dev.lcip.org/oauth/signin",
|
||||
"oauth_uri": "https://oauth.dev.lcip.org/v1",
|
||||
"profile_uri": "https://profile.dev.lcip.org/v0",
|
||||
"scopes": "profile"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче