Skip to content

Commit

Permalink
chore: Default config will start and bootstrap a server
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Castell committed Mar 6, 2020
1 parent 9e029f6 commit e8abf76
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion builder/files/dkron.yml
@@ -1,5 +1,14 @@
# Dkron example configuration file
# server: false

# This node is running in server mode
server: true

# Provides the number of expected servers in the datacenter.
# Either this value should not be provided or the value must agree with other servers in the cluster.
# When provided, Dkron waits until the specified number of servers are available and then bootstraps the cluster.
# This allows an initial leader to be elected automatically. This flag requires server mode.
bootstrap-expect: 1

# bind-addr: "{{ GetPrivateIP }}:8946"
# log-level: debug
# tags:
Expand Down

0 comments on commit e8abf76

Please sign in to comment.