Skip to content

Commit

Permalink
Fixing port
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kossis committed Mar 1, 2024
1 parent 7bfc188 commit cdc7687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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: "MASTER_URL", env_value: "http://{{master}}:80/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."}

Expand Down

0 comments on commit cdc7687

Please sign in to comment.