mirror of
https://github.com/plausible/analytics.git
synced 2024-11-24 12:42:30 +03:00
e873d790e5
* Introduce SELFHOST config. Enable cron by default for self hosters * Fix cron, disable custom domain for selfhost * Add github links * Add notice about google search console on self hosted * Enfore BASE_URL * Set all selfhost users' trial expiry to 100 years from now * Fix admin user creation
12 lines
406 B
Plaintext
12 lines
406 B
Plaintext
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_test
|
|
CLICKHOUSE_DATABASE_URL=http://127.0.0.1:8123/plausible_test
|
|
SECRET_KEY_BASE=/njrhntbycvastyvtk1zycwfm981vpo/0xrvwjjvemdakc/vsvbrevlwsc6u8rcg
|
|
BASE_URL=http://localhost:8000
|
|
CRON_ENABLED=false
|
|
LOG_LEVEL=warn
|
|
ENVIRONMENT=test
|
|
MAILER_ADAPTER=Bamboo.TestAdapter
|
|
ADMIN_USER_EMAIL=admin@email.com
|
|
ADMIN_USER_PWD=fakepassword
|
|
SELFHOST=false
|