mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-29 02:46:32 +01:00
12 lines
224 B
YAML
12 lines
224 B
YAML
databaseURL: postgres://postgres:posthog@posthog-postgresql/posthog
|
|
|
|
postgresql:
|
|
enabled: true
|
|
|
|
postgresqlUsername: postgres
|
|
postgresqlPassword: posthog
|
|
postgresqlDatabase: posthog
|
|
|
|
persistence:
|
|
enabled: false
|