fix domain env
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Moritz 2023-07-10 00:43:59 +02:00
parent d7a3f874c9
commit bc3b7a4dba
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@ COMPOSE_FILE="compose.yml"
# Set this to run mongodb in replicaset mode (needs initialisation!)
# COMPOSE_FILE="${COMPOSE_FILE}:compose.rs.yml"
DOMAIN=board.${DOMAIN}
ROOT_URL=https://board.${DOMAIN}
DOMAIN=wekan.example.com
ROOT_URL=https://wekan.example.com
DEBUG=false
@ -31,7 +31,7 @@ RICHER_CARD_COMMENT_EDITOR=false
OAUTH2_ENABLED=false
# OAUTH2_LOGIN_STYLE=redirect
# OAUTH2_CLIENT_ID=wekan
# OAUTH2_SERVER_URL=https://sso.${DOMAIN}
# OAUTH2_SERVER_URL=https://authentik.example.com
# OAUTH2_AUTH_ENDPOINT=/application/o/authorize/
# OAUTH2_USERINFO_ENDPOINT=/application/o/userinfo/
# OAUTH2_TOKEN_ENDPOINT=/application/o/token/