Skip to content

Instantly share code, notes, and snippets.

@zmarcantel
Created January 10, 2014 04:50
Show Gist options
  • Save zmarcantel/8347179 to your computer and use it in GitHub Desktop.
Save zmarcantel/8347179 to your computer and use it in GitHub Desktop.
addr = "127.0.0.1:1900"
bind_addr = "0.0.0.0:1900"
ca_file = ""
cert_file = ""
cors_origins = []
cpu_profile_file = ""
data_dir = "machines/Dock"
key_file = ""
peers = [192.168.50.100:1890,192.168.50.10:1890]
peers_file = ""
max_cluster_size = 1000
max_result_buffer = 1024
max_retry_attempts = 3
name = "Dock"
snapshot = false
verbose = false
very_verbose = false
[peer]
addr = "127.0.0.1:1890"
bind_addr = "127.0.0.1:1890"
ca_file = ""
cert_file = ""
key_file = ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment