mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 04:32:57 +03:00
ba6b897fe6
See commit e873d790e5
.
10 lines
343 B
Plaintext
10 lines
343 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
|
|
ENVIRONMENT=dev
|
|
MAILER_ADAPTER=Bamboo.LocalAdapter
|
|
LOG_LEVEL=debug
|
|
SELFHOST=false
|
|
DISABLE_CRON=true
|