mirror of
https://github.com/plausible/analytics.git
synced 2024-11-27 09:16:25 +03:00
166748dcf2
This PR replaces geolix with locus to simplify self-hosted setup. locus can auto-update maxmind dbs which are recommended for self-hosters if they want city-level geolocation. locus is also a bit faster. This PR also uses a test mmdb file from https://github.com/maxmind/MaxMind-DB for e2e geolocation tests without stubs.
15 lines
502 B
Plaintext
15 lines
502 B
Plaintext
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_test?pool_size=40
|
|
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
|
|
ENABLE_EMAIL_VERIFICATION=true
|
|
SELFHOST=false
|
|
SITE_LIMIT=3
|
|
HCAPTCHA_SITEKEY=test
|
|
HCAPTCHA_SECRET=scottiger
|
|
IP_GEOLOCATION_DB=test/priv/GeoLite2-City-Test.mmdb
|