0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-22 08:40:03 +01:00

dev(codespaces): make sure REDIS_URL set in codespaces (#7553)

This needs to be set for django to get to the redis celery broker
properly.
This commit is contained in:
Harry Waye 2021-12-07 12:17:59 +00:00 committed by GitHub
parent 6937817124
commit 7108f1911a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@ PRIMARY_DB=clickhouse
DATABASE_URL=postgres://${PGUSER}:${PGPASSWORD}@${PGHOST}:${PGPORT}/${PGDATABASE}
KAFKA_ENABLED=true
KAFKA_HOSTS=kafka:9092
REDIS_URL=redis://redis:6379
# Clickhouse settings
CLICKHOUSE_HOST=clickhouse