Set correct domain for production usage

This commit is contained in:
Thomas Basler 2022-01-19 19:07:01 +01:00
parent 84e861dc2d
commit 20fc78eb76
2 changed files with 3 additions and 2 deletions

4
.env
View File

@ -1,5 +1,5 @@
# The base domain
DOMAIN=workadventure.nobody.lan
DOMAIN=wa.binary-kitchen.de
DEBUG_MODE=false
JITSI_URL=jitsi.binary-kitchen.de
@ -26,7 +26,7 @@ OPID_CLIENT_ID=
OPID_CLIENT_SECRET=
OPID_CLIENT_ISSUER=
OPID_CLIENT_REDIRECT_URL=
OPID_LOGIN_SCREEN_PROVIDER=http://pusher.workadventure.nobody.lan/login-screen
OPID_LOGIN_SCREEN_PROVIDER=http://pusher.wa.binary-kitchen.de/login-screen
OPID_PROFILE_SCREEN_PROVIDER=
DISABLE_ANONYMOUS=

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
src/*