summarylogtreecommitdiffstats
path: root/plausible.env
blob: 310630e21fd16a6279f69bd2f830c9084db6a328 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
ENVIRONMENT=production
BASE_URL=localhost:8080
SECRET_KEY_BASE={change-me}

DATABASE_URL=postgres://postgres:postgres@plausible_db:5432/plausible

ADMIN_USER_NAME=admin
ADMIN_USER_EMAIL=admin@plausible.local
ADMIN_USER_PWD=admin@1234!

APP_VERSION=test

MAILER_ADAPTER=Bamboo.SMTPAdapter
SMTP_HOST_ADDR=fakesmtp_server
SMTP_HOST_PORT=1025
SMTP_USER_NAME=fakeuser@plausible.local
SMTP_USER_PWD=password
SMTP_HOST_SSL_ENABLED=false
SMTP_MX_LOOKUPS_ENABLED=false

CLICKHOUSE_DATABASE_URL=https://plausible_events_db:8123/plausible_events_db

DISABLE_AUTH=false
DISABLE_REGISTRATION=false