8a641a8672
This change makes it so that the task runner does not retry container exists errors and also a sleep is added on the local retry.
20 lines
293 B
HCL
20 lines
293 B
HCL
# Increase log verbosity
|
|
log_level = "DEBUG"
|
|
|
|
# Setup data dir
|
|
data_dir = "/tmp/server1"
|
|
|
|
# Enable the server
|
|
server {
|
|
enabled = true
|
|
|
|
# Self-elect, should be 3 or 5 for production
|
|
bootstrap_expect = 1
|
|
}
|
|
|
|
advertise {
|
|
http = "localhost"
|
|
rpc = "localhost"
|
|
serf = "localhost"
|
|
}
|