change web to false for default

This commit is contained in:
Expand-sys 2022-12-26 16:58:04 +11:00 committed by GitHub
parent b74510a113
commit 4350bab0ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@ BUILD_DIR: "/root"
ADMIN_A: "admin" ADMIN_A: "admin"
SAVE_FREQ: "2" SAVE_FREQ: "2"
USE_DEPRECATED_ENDPOINTS: "true" USE_DEPRECATED_ENDPOINTS: "true"
WEB_ENABLED: true WEB_ENABLED: false
WEB_PORT: "3000" WEB_PORT: "3000"
START_SERVICES: true START_SERVICES: true
START_ON_BOOT: true START_ON_BOOT: true