mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fixed oauth test redirect
This commit is contained in:
4
e2e-tests/env/oauth-ci/.env
vendored
4
e2e-tests/env/oauth-ci/.env
vendored
@@ -7,8 +7,8 @@ PASSWORD_mysql=Pwd2020Db
|
||||
PORT_mysql=3306
|
||||
ENGINE_mysql=mysql@dbgate-plugin-mysql
|
||||
|
||||
OAUTH_AUTH=http://dex/dex/auth
|
||||
OAUTH_TOKEN=http://dex/dex/token
|
||||
OAUTH_AUTH=http://dex:5556/dex/auth
|
||||
OAUTH_TOKEN=http://dex:5556/dex/token
|
||||
OAUTH_CLIENT_ID=my-app
|
||||
OAUTH_CLIENT_SECRET=my-secret
|
||||
OAUTH_LOGIN_FIELD=username
|
||||
|
||||
Reference in New Issue
Block a user