Skip to content

Instantly share code, notes, and snippets.

@ArKam
Created November 23, 2015 17:11
Show Gist options
  • Save ArKam/8b6298a9ccd24635ec8c to your computer and use it in GitHub Desktop.
Save ArKam/8b6298a9ccd24635ec8c to your computer and use it in GitHub Desktop.
[Service]
Environment="ETCD_ADVERTISE_CLIENT_URLS=http://:2379"
Environment="ETCD_INITIAL_ADVERTISE_PEER_URLS=http://:2380"
Environment="ETCD_INITIAL_CLUSTER=coreos-00=http://:2380"
Environment="ETCD_INITIAL_CLUSTER_STATE=new"
Environment="ETCD_INITIAL_CLUSTER_TOKEN=etcd-bootstrap"
Environment="ETCD_LISTEN_CLIENT_URLS=http://:2379"
Environment="ETCD_LISTEN_PEER_URLS=http://:2380"
Environment="ETCD_NAME=coreos-00"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment