Skip to content

Commit

Permalink
config - vars.toml: removed deprecated command_password key
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentberenz authored Oct 24, 2024
1 parent 128c24b commit 21c3f1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/vars.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ftp_host = "127.0.0.1"
ftp_port = 21
ftp_username = "ftp_username"
ftp_password = "ftp_password"
command_password = "server_command_password"

# uncomment and edit if have an API key from
# meteosource.com
Expand All @@ -18,4 +17,4 @@ command_password = "server_command_password"

# uncomment if you use a shared secret token
# for communication with the server
# token = "mysecrettoken"
# token = "mysecrettoken"

0 comments on commit 21c3f1f

Please sign in to comment.