sync for dev 033026
This commit is contained in:
@ -56,6 +56,7 @@ REAL_API_KEY: "{{ lookup('password', '/dev/null length=64 chars=ascii_letters,di
|
||||
|
||||
# dashboard vars
|
||||
service_control_web_folder: "{{ service_folder }}/web"
|
||||
service_control_docker_folder: "{{ service_folder }}/docker"
|
||||
public_dashboard: true
|
||||
custom_port: "80"
|
||||
web_src: "/web"
|
||||
@ -63,19 +64,21 @@ web_src: "/web"
|
||||
# other vars
|
||||
quick_refresh: false
|
||||
x64_arch: true
|
||||
refresh_special: false
|
||||
special_server: "none"
|
||||
|
||||
# cosmostat_settings, will be for special_server defaults
|
||||
noisy_test: false
|
||||
debug_output: true
|
||||
debug_output: false
|
||||
secure_api: true
|
||||
push_redis: false
|
||||
run_background : true
|
||||
log_output: true
|
||||
update_frequency: "1"
|
||||
cosmostat_server: true
|
||||
cosmostat_server_api: "https://cosmostat.testy-cal.com/"
|
||||
cosmostat_server: false
|
||||
cosmostat_server_api: "https://cosmostat.matt-cloud.com/"
|
||||
local_api_address: "http://{{ cosmostat_server_ip }}:{{ custom_api_port }}/"
|
||||
cosmostat_server_reporter: false
|
||||
cosmostat_server_reporter: true
|
||||
# setting this to true for default install
|
||||
disable_local_api: true
|
||||
...
|
||||
Reference in New Issue
Block a user