Integrates the Configu Orchestrator with etcd.
.configu
stores: my-store: type: etcd configuration: hosts: - http://localhost:2379 - http://localhost:2380 username: <your-username> # Optional password: <your-password> # Optional
configu upsert --store "my-store" --set "test" --schema "./start.cfgu.json" \ -c "APP_MODE=production" \ -c "RETRY_COUNT=5"
configu eval --store "my-store" --set "test" --schema "./start.cfgu.json" \ | configu export
hosts
timeout
username
password
etcdctl --user <username>:<password> endpoint status
etcdctl endpoint health
Was this page helpful?