Dockerfile fix
This commit is contained in:
@@ -1,20 +1,17 @@
|
||||
{
|
||||
"module": {
|
||||
"web": {
|
||||
"issuers": ["accounts.bitdeals.org"],
|
||||
"scopes": ["bitdeals"],
|
||||
"client_id": "dm-bitdeals.org",
|
||||
"client_secret": "",
|
||||
"scopes": ["api","openid","profile","email"],
|
||||
"client_id": "web-bitdeals.org",
|
||||
"client_secret": "4aJEJi3dsSypeUSRCah4gIIs",
|
||||
"algorithm": "HS256",
|
||||
"auth_uri": "/oauth2/authorize",
|
||||
"token_uri": "/oauth2/token",
|
||||
"redirect_uris": [
|
||||
"http://localhost:4977/oauth2/code",
|
||||
"http://localhost:4999/dashboard/",
|
||||
"https://oauthdebugger.com/debug"
|
||||
],
|
||||
"javascript_origins": [
|
||||
"http://localhost:4999",
|
||||
"http://95.217.251.153:4999"
|
||||
"http://localhost:4999/oauth2/code",
|
||||
"http://localhost:4999/oauth2/callback",
|
||||
"https://oauthdebugger.com/debug",
|
||||
"https://auth.advancedrestclient.com/oauth-popup.html"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user