You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
486 B
32 lines
486 B
## |
|
## consul-replicate.conf |
|
## |
|
|
|
consul = "127.0.0.1:8500" |
|
token = "abcd1234" |
|
retry = "10s" |
|
max_stale = "10m" |
|
log_level = "debug" |
|
|
|
auth { |
|
enabled = true |
|
username = "test" |
|
password = "test" |
|
} |
|
ssl { |
|
enabled = true |
|
verify = false |
|
} |
|
syslog { |
|
enabled = true |
|
facility = "LOCAL5" |
|
} |
|
|
|
prefix { |
|
source = "global@nyc1" |
|
} |
|
prefix { |
|
source = "global@nyc1" |
|
destination = "default" |
|
} |
|
|
|
|