Disable dynamic config feature by default.

This commit is contained in:
Daan
2025-04-13 11:59:34 +02:00
parent 8c5c319323
commit b7512b9bed
2 changed files with 7 additions and 2 deletions

View File

@@ -41,7 +41,7 @@ FROM alpine:3.21
# environment variables
ENV NODE_ENV="production" \
CONFIG_FILE="/opt/meshcentral/meshcentral-data/config.json" \
DYNAMIC_CONFIG="true"
DYNAMIC_CONFIG="false"
# environment variables for the above defined MeshCentral Config.json
ENV ALLOW_PLUGINS="false" \