Skip to content

Instantly share code, notes, and snippets.

@svschannak
Created April 15, 2016 11:31
Show Gist options
  • Save svschannak/c088bd2fe6ab210dc7da30d7f612deda to your computer and use it in GitHub Desktop.
Save svschannak/c088bd2fe6ab210dc7da30d7f612deda to your computer and use it in GitHub Desktop.
Config for a minicron client
# 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