This repository was archived by the owner on Feb 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 118
etcd Configuration
Gavin M. Roy edited this page Jun 15, 2016
·
2 revisions
The following settings apply to the etcd backend only:
NOTE The etcd backend only supports etcd v2.
etcd URL Scheme
The URI scheme to use when connecting to etcd
| Environment Variable | ETCD_SCHEME |
| Setting Key | etcd_scheme |
| Data type | list |
| Default Value | http |
etcd Host
The hostname to use when connecting to etcd's API
| Environment Variable | ETCD_HOST |
| Setting Key | etcd_host |
| Data type | list |
| Default Value | localhost |
etcd Port
The port to connect to when using to etcd's API
| Environment Variable | ETCD_PORT |
| Setting Key | etcd_port |
| Data type | int |
| Default Value | 2379 |
etcd Key Prefix
The prefix used when storing cluster membership keys in etcd
| Environment Variable | ETCD_PREFIX |
| Setting Key | etcd_prefix |
| Data type | list |
| Default Value | rabbitmq |
etcd Node TTL
Used to specify how long a node can be down before it is removed from etcd's list of RabbitMQ nodes in the cluster
| Environment Variable | ETCD_TTL |
| Setting Key | etcd_ttl |
| Data type | integer |
| Default Value | 30 |
- Home
- Configuration
- [General Settings](General Settings)
- [AWS](AWS Configuration)
- [Consul](Consul Configuration)
- [DNS](DNS Configuration)
- [etcd](etcd Configuration)
- [k8s](k8s Configuration)
- Development
- Roadmap