application working with php
This commit is contained in:
@ -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"
|
||||
...
|
||||
Reference in New Issue
Block a user