#This is the configuration file for the etcd server.#Human-readable name for this member.
name:'default'#Path to the data directory.
data-dir:#Path to the dedicated wal directory.
wal-dir:#Number of committed transactions to trigger a snapshot to disk.
snapshot-count:10000#Time(in milliseconds) of a heartbeat interval.
heartbeat-interval:100#Time(in milliseconds)for an election to timeout.
election-timeout:1000#Raise alarms when backend size exceeds the given quota.0 means use the#defaultquota.
quota-backend-bytes:0#List of comma separated URLs to listen on for peer traffic.
listen-peer-urls: http://localhost:2380#List of comma separated URLs to listen on for client traffic.
listen-client-urls: http://localhost:2379#Maximum number of snapshot files to retain(0 is unlimited).
max-snapshots:5#Maximum number of wal files to retain(0 is unlimited).
max-wals:5#Comma-separated white list of origins forCORS(cross-origin resource sharing).
cors:#List of this member's peer URLs to advertise to the rest of the cluster.#The URLs needed to be a comma-separated list.
initial-advertise-peer-urls: http://localhost:2380#List of this member's client URLs to advertise to the public.#The URLs needed to be a comma-separated list.
advertise-client-urls: http://localhost:2379#Discovery URL used to bootstrap the cluster.
discovery:#Valid values include 'exit','proxy'
discovery-fallback:'proxy'#H