application working with php

This commit is contained in:
2026-03-15 10:22:30 -07:00
parent 702a5e99a4
commit 8787a1ee2a
8 changed files with 98 additions and 44 deletions

View File

@ -33,7 +33,7 @@ docker_subnet: "192.168.37.0/24"
docker_gateway: "192.168.37.1"
# cosmostat service folder root
service_folder: "/opt/cosmos/cosmostat"
service_folder: "/opt/cosmostat"
# cosmostat will run under cosmos user
service_user: "cosmos"
@ -53,10 +53,10 @@ quick_refresh: false
# cosmostat_settings
noisy_test: false
debug_output: true
secure_api: false
debug_output: false
secure_api: true
push_redis: true
run_background : true
log_output: true
update_frequency: "1"
update_frequency: "2"
...