Files
plausible/.env.sample
autonomic-bot 161fe5e4d6
Some checks failed
cc-ci/testme cc-ci: failure
fix: bump CLICKHOUSE_USER_CONF_VERSION v2→v3 for <clickhouse> root element
2026-07-13 23:58:20 +00:00

27 lines
647 B
Plaintext

TYPE=plausible
DOMAIN=plausible.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.plausible.example.com`'
LETS_ENCRYPT_ENV=production
SECRET_KEY_BASE=replace-me
DISABLE_AUTH=false
DISABLE_REGISTRATION=true
## SMTP settings (required — SMTP_HOST_PORT must be an integer)
SMTP_HOST_ADDR=localhost
MAILER_EMAIL=noreply@plausible.example.com
SMTP_HOST_PORT=25
#SMTP_USER_NAME=
#SMTP_USER_PWD=
SMTP_HOST_SSL_ENABLED=false
## Config object versions (increment when config file content changes)
CLICKHOUSE_CONF_VERSION=v2
CLICKHOUSE_USER_CONF_VERSION=v3
CLICKHOUSE_ENTRYPOINT_VERSION=v6
PG_BACKUP_VERSION=v1
CLICKHOUSE_BACKUP_SCRIPT_VERSION=v1