diff --git a/build b/build index 978b4e8..a5c750f 100644 --- a/build +++ b/build @@ -1 +1 @@ -26 \ No newline at end of file +27 \ No newline at end of file diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 410484a..524312f 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -42,6 +42,7 @@ if [[ "$TEMPLATE_CONFIG" = 'true' ]]; then STORAGE_TYPE_MYSQL_PASSWORD=${STORAGE_TYPE_MYSQL_PASSWORD:-"owprov"} \ STORAGE_TYPE_MYSQL_DATABASE=${STORAGE_TYPE_MYSQL_DATABASE:-"owprov"} \ STORAGE_TYPE_MYSQL_PORT=${STORAGE_TYPE_MYSQL_PORT:-"3306"} \ + RRM_PROVIDERS=${RRM_PROVIDERS:-"owrrm"} \ envsubst < /owprov.properties.tmpl > $OWPROV_CONFIG/owprov.properties fi diff --git a/owprov.properties.tmpl b/owprov.properties.tmpl index 7abcb4c..8307d79 100644 --- a/owprov.properties.tmpl +++ b/owprov.properties.tmpl @@ -37,10 +37,12 @@ openwifi.system.data = ${SYSTEM_DATA} openwifi.system.debug = false openwifi.system.uri.private = ${SYSTEM_URI_PRIVATE} openwifi.system.uri.public = ${SYSTEM_URI_PUBLIC} -openwifi.system.commandchannel = /tmp/app.ucentralfms +openwifi.system.commandchannel = /tmp/app.owprov openwifi.system.uri.ui = ${SYSTEM_URI_UI} openwifi.security.restapi.disable = ${SECURITY_RESTAPI_DISABLE} +rrm.providers = ${RRM_PROVIDERS} + ############################# # Generic information for all micro services #############################