Created
April 15, 2016 11:31
-
-
Save svschannak/c088bd2fe6ab210dc7da30d7f612deda to your computer and use it in GitHub Desktop.
Config for a minicron client
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Client options | |
[client] | |
[client.server] | |
scheme = "http" # [http, https] | |
host = "IP_ADDRESS_OF_HUB_SERVER" | |
port = 9292 | |
path = "/" | |
connect_timeout = 5 | |
inactivity_timeout = 5 | |
# CLI options | |
[client.cli] | |
mode = "line" # [line, char] | |
dry_run = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment