Skip to content
Snippets Groups Projects
Verified Commit e1e7b76f authored by Martin Weise's avatar Martin Weise
Browse files

WIP

parent d2515a34
No related branches found
No related tags found
3 merge requests!422Fixed a library issue where the value could not be empty,!421Fixed a library issue where the value could not be empty,!419Fixed a library issue where the value could not be empty
...@@ -158,7 +158,7 @@ services: ...@@ -158,7 +158,7 @@ services:
KEYCLOAK_DATABASE_USER: "${AUTH_DB_USERNAME:-keycloak}" KEYCLOAK_DATABASE_USER: "${AUTH_DB_USERNAME:-keycloak}"
KEYCLOAK_DATABASE_PASSWORD: "${AUTH_DB_PASSWORD:-dbrepo}" KEYCLOAK_DATABASE_PASSWORD: "${AUTH_DB_PASSWORD:-dbrepo}"
KEYCLOAK_HOSTNAME: "${BASE_URL:-http://localhost}" KEYCLOAK_HOSTNAME: "${BASE_URL:-http://localhost}"
KEYCLOAK_HOSTNAME_ADMIN: "http://localhost:8080" KEYCLOAK_HOSTNAME_ADMIN: "${BASE_URL:-http://localhost}:8080"
METADATA_SERVICE_ENDPOINT: "${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080}" METADATA_SERVICE_ENDPOINT: "${METADATA_SERVICE_ENDPOINT:-http://metadata-service:8080}"
SYSTEM_USERNAME: "${SYSTEM_USERNAME:-admin}" SYSTEM_USERNAME: "${SYSTEM_USERNAME:-admin}"
SYSTEM_PASSWORD: "${SYSTEM_PASSWORD:-admin}" SYSTEM_PASSWORD: "${SYSTEM_PASSWORD:-admin}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment