Skip to content

Commit

Permalink
Adding new configuration to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kossis committed Mar 1, 2024
1 parent cb9391c commit 7bfc188
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ param_ports:
param_usage_include_env: true
param_env_vars:
- { env_var: "TZ", env_value: "Europe/London", desc: "Specify a timezone to use EG Europe/London"}
opt_param_usage_include_env: true
opt_param_env_vars:
- { env_var: "MASTER_URL", env_value: "http://{{master}}:8008/smokeping/", desc: "Specify the master url to connect to. Used when in slave mode."}
- { env_var: "SHARED_SECRET", env_value: "password", desc: "Specify the master shared secret for this host. Used when in slave mode."}
- { env_var: "CACHE_DIR", env_value: "/tmp", desc: "Specify the cache directory for this host. Used when in slave mode."}

# application setup block
app_setup_block_enabled: true
Expand Down

0 comments on commit 7bfc188

Please sign in to comment.