Skip to content

Commit

Permalink
fix: Replace deprecated env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
daryllimyt committed May 10, 2024
1 parent b6b72f6 commit 864f144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TRACECAT__PUBLIC_RUNNER_URL=https://your-ngrok-runner-url
# --- RabbitMQ ---
RABBITMQ_PASS=guest
RABBITMQ_USER=guest
RABBITMQ_URI=amqp://${RABBITMQ_DEFAULT_USER}:${RABBITMQ_DEFAULT_PASS}@host.docker.internal/
RABBITMQ_URI=amqp://${RABBITMQ_USER}:${RABBITMQ_PASS}@host.docker.internal/

# --- Postgres ---
POSTGRES_USER=postgres
Expand Down

0 comments on commit 864f144

Please sign in to comment.