mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 18:48:06 +03:00
4b36bb7138
* Use clickhouse-ecto for stats * Use clickhouse ecto instead of low-level clickhousex * Remove defaults from event schema * Remove all references to Clickhousex * Document configuration change * Ensure createdb and migrations can be run in a release * Remove config added for debug * Update plausible_variables.sample.env
22 lines
712 B
Bash
22 lines
712 B
Bash
ENVIRONMENT=production
|
|
PORT=8080
|
|
SECRET_KEY_BASE=iYb1mP5cnmY+gUxo7C/h6XMigossPhzwd8/ic6LFnQ9Y58Fl1xduSWaPq0fHDdbn
|
|
SIGNING_SALT=PL/THF0VMOzuv1bOcldjDzYFBLryvXNs
|
|
HOST=localhost
|
|
DATABASE_URL=postgres://postgres:postgres@plausible_db:5432/plausible_db
|
|
DATABASE_TLS_ENABLED=false
|
|
CLICKHOUSE_DATABASE_URL=http://default:@plausible_events_db/plausible_events_db
|
|
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
|
|
DISABLE_AUTH=false
|
|
DISABLE_REGISTRATION=false
|