Skip to content

Commit 560e5e5

Browse files
turegjorupclaude
andcommitted
6869: Clarify local-only dev credentials in docker-compose.override
Replace opaque RabbitMQ Erlang cookie with self-documenting value and add comment indicating these are local dev credentials. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4b47640 commit 560e5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ services:
99
environment:
1010
- RABBITMQ_DEFAULT_USER=user
1111
- RABBITMQ_DEFAULT_PASS=password
12-
- RABBITMQ_ERLANG_COOKIE='d53f219cd9376f8f440aaf9889f315ab'
12+
- RABBITMQ_ERLANG_COOKIE='local-dev-cookie-not-a-secret'
1313
healthcheck:
1414
test: rabbitmq-diagnostics check_port_connectivity
1515
interval: 1s

0 commit comments

Comments
 (0)