From c9e2c1a24d1b16ea5457b1099eb9eaeaf1924b2f Mon Sep 17 00:00:00 2001 From: Vladislav Mladenov Date: Tue, 11 Mar 2025 20:19:27 +0100 Subject: [PATCH] rest config added --- .env | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.env b/.env index faedea1..7b0c849 100644 --- a/.env +++ b/.env @@ -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" @@ -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" \ No newline at end of file +SPA_HOST="spa.e-hacking.de" +REST_HOST="rest.e-hacking.de" \ No newline at end of file