mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
11 lines
370 B
Plaintext
11 lines
370 B
Plaintext
BASE_URL=http://localhost:8000
|
|
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_dev
|
|
CLICKHOUSE_DATABASE_URL=http://127.0.0.1:8123/plausible_dev
|
|
SECRET_KEY_BASE=/njrhntbycvastyvtk1zycwfm981vpo/0xrvwjjvemdakc/vsvbrevlwsc6u8rcg
|
|
DISABLE_SUBSCRIPTION=false
|
|
ENVIRONMENT=dev
|
|
MAILER_ADAPTER=Bamboo.LocalAdapter
|
|
LOG_LEVEL=debug
|
|
SELFHOST=false
|
|
DISABLE_CRON=true
|