Commit 0726eec6 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Set default values on variables.sh under services folder

parent f3e63c1e
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ export CAPIF_HTTP_PORT=8080
export CAPIF_HTTPS_PORT=443

# Register hostname and port
export CAPIF_REGISTER=capifcore
export CAPIF_REGISTER=register
export CAPIF_REGISTER_PORT=8084

# VAULT access configuration
@@ -30,7 +30,7 @@ export MONITORING_STATE=false
export DEPLOY=all
export LOG_LEVEL=DEBUG
export CACHED_INFO=""
export BUILD_DOCKER_IMAGES=false
export BUILD_DOCKER_IMAGES=true

# Needed to avoid write permissions on bind volumes with prometheus and grafana
export DUID=$(id -u)