Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ BASE_PATH_OIDC_IDP=/oidc_idp
BASE_PATH_OIDC_SP=/oidc_sp
BASE_PATH_SAML_IDP=/idp
BASE_PATH_SAML_SP=/sp
BASE_PATH_REST=/rest-api-sec
DOCKER_REGISTRY="ehacking"
HOST1="e-hacking.de"
HOST2="www.e-hacking.de"
Expand All @@ -13,4 +14,5 @@ PORT_JAVADEBUGGER=8787
PORT_WILDFLYMANAGEMENT=9990
RS_HOST="rs.e-hacking.de"
SP_HOST="sp.e-hacking.de"
SPA_HOST="spa.e-hacking.de"
SPA_HOST="spa.e-hacking.de"
REST_HOST="rest.e-hacking.de"