Docker fix: add ensubst
This commit is contained in:
17
docker/dm/oauth2/default.json
Normal file
17
docker/dm/oauth2/default.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"web": {
|
||||
"issuers": ["accounts.bitdeals.org"],
|
||||
"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://127.0.0.1/oauth2/code",
|
||||
"http://127.0.0.1/oauth2/callback",
|
||||
"https://127.0.0.1/oauth2/code",
|
||||
"https://127.0.0.1/oauth2/callback"
|
||||
]
|
||||
}
|
||||
}
|
||||
10
docker/dm/oauth2/service.json
Normal file
10
docker/dm/oauth2/service.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"type": "service_account",
|
||||
"issuers": ["accounts.bitdeals.org"],
|
||||
"scopes": ["bitdeals"],
|
||||
"client_id": "dm-bitdeals.org",
|
||||
"client_secret": "TypQHP4TK44khO3cvOyuHYg3",
|
||||
"algorithm": "HS256",
|
||||
"auth_uri": "/oauth2/authorize",
|
||||
"token_uri": "/oauth2/token"
|
||||
}
|
||||
Reference in New Issue
Block a user