Replace infra host IPs with CHANGEME placeholders

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-23 11:49:41 -04:00
co-authored by Claude Opus 4.8
parent abae7f9f41
commit 7273445c50
2 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -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