12 lines
463 B
Text
12 lines
463 B
Text
# Cluster credentials for redis-switch.sh
|
|
#
|
|
# Copy this to `.cluster-credentials.env` (gitignored) and fill in real values:
|
|
# cp .cluster-credentials.env.example .cluster-credentials.env
|
|
# $EDITOR .cluster-credentials.env
|
|
#
|
|
# The switch script sources this file automatically when running
|
|
# `./redis-switch.sh cluster`. Shell env vars (DIDI_CLUSTER_*) override
|
|
# this file.
|
|
|
|
# Shared across Redis + RabbitMQ on the HA cluster
|
|
DIDI_CLUSTER_PASSWORD=replace-me
|