mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 12:37:08 +11:00
change web to false for default
This commit is contained in:
parent
b74510a113
commit
4350bab0ad
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ BUILD_DIR: "/root"
|
|||
ADMIN_A: "admin"
|
||||
SAVE_FREQ: "2"
|
||||
USE_DEPRECATED_ENDPOINTS: "true"
|
||||
WEB_ENABLED: true
|
||||
WEB_ENABLED: false
|
||||
WEB_PORT: "3000"
|
||||
START_SERVICES: true
|
||||
START_ON_BOOT: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue