18 lines
471 B
Bash
18 lines
471 B
Bash
APP_PORT=8088
|
|
DB_PORT=3307
|
|
G5_MYSQL_DB=egbim
|
|
G5_MYSQL_USER=egbim
|
|
G5_MYSQL_PASSWORD=baron3840!!
|
|
MARIADB_ROOT_PASSWORD=root_local_pass
|
|
COMPOSE_PROJECT_NAME=egbim
|
|
|
|
# BARON SSO local test
|
|
BARON_SSO_CLIENT_ID=
|
|
BARON_SSO_CLIENT_SECRET=
|
|
BARON_SSO_AUTHORIZE_ENDPOINT=
|
|
BARON_SSO_TOKEN_ENDPOINT=
|
|
BARON_SSO_USERINFO_ENDPOINT=
|
|
BARON_SSO_ISSUER=
|
|
BARON_SSO_REDIRECT_URI=http://localhost:8088/auth/callback
|
|
BARON_SSO_SCOPE=openid profile email tenants
|
|
BARON_SSO_CLIENT_AUTH_METHOD=basic |