зеркало из https://github.com/mozilla/fxa.git
16 строки
647 B
JSON
16 строки
647 B
JSON
{
|
|
"port": 10139,
|
|
"publicKeyFile": "./public-key.json",
|
|
"secretKeyFile": "./secret-key.json",
|
|
"client_id": "325b4083e32fe8e7",
|
|
"client_secret": "a084f4c36501ea1eb2de33258421af97b2e67ffbe107d2812f4a14f3579900ef",
|
|
"redirect_uri": "http://127.0.0.1:10139/api/oauth",
|
|
"auth_uri": "http://127.0.0.1:9010/v1/authorization",
|
|
"oauth_uri": "http://127.0.0.1:9010/v1",
|
|
"content_uri": "http://127.0.0.1:3030",
|
|
"profile_uri": "http://127.0.0.1:1111/v1",
|
|
"scopes": "profile:display_name profile:email profile:uid",
|
|
"preverify_email_audience": "127.0.0.1:9000",
|
|
"preverify_email_jku": "http://127.0.0.1:10139/.well-known/public-keys"
|
|
}
|