mirror of
https://github.com/PostHog/posthog.git
synced 2024-11-28 17:54:41 +01:00
13 lines
289 B
YAML
13 lines
289 B
YAML
databaseURL: postgres://postgres:posthog@posthog-postgresql/posthog
|
|
secretKey: THIS_IS_JUST_A_TEST_KEY_USE_A_BETTER_ONE_IN_PRODUCTION
|
|
|
|
postgresql:
|
|
enabled: true
|
|
|
|
postgresqlUsername: postgres
|
|
postgresqlPassword: posthog
|
|
postgresqlDatabase: posthog
|
|
|
|
persistence:
|
|
enabled: true
|