Replace infra host IPs with CHANGEME placeholders
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -2,14 +2,14 @@
|
||||
# (no quotes, no shell expansion) — paste passwords with special chars as-is.
|
||||
|
||||
# ── Source: PostgreSQL (the existing Fluxer fluxer_kv backend) ────────────────
|
||||
PG_HOST=10.1.10.36
|
||||
PG_HOST=CHANGEME
|
||||
PG_PORT=5432
|
||||
PG_USER=fluxer
|
||||
PG_PASSWORD=CHANGE_ME
|
||||
PG_DATABASE=fluxer
|
||||
|
||||
# ── Destination: Apache Cassandra ────────────────────────────────────────────
|
||||
SCYLLA_HOSTS=10.1.10.38:9042
|
||||
SCYLLA_HOSTS=CHANGEME:9042
|
||||
SCYLLA_DC=atl
|
||||
CASSANDRA_USERNAME=fluxer
|
||||
CASSANDRA_PASSWORD=CHANGE_ME
|
||||
|
||||
Reference in New Issue
Block a user