mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +03:00
117eef000d
* Bump deps * Bump stack * Fix deprecation warnings * Fix VCR cassettes mismatch due to OTP-18414 Co-authored-by: Adrian Gruntkowski <adrian.gruntkowski@gmail.com> * Format & fix flaky tests * Handle raw IPv4 hostnames; test public suffix TLD * Configure locus db cache_dir So that maxmind unavailability doesn't affect application startup. PERSISTENT_CACHE_DIR env var is used to point locus at the GeoIP DB file. * WIP: Remove ExVCR * Fix test env config * Fixup exvcr * Remove exvcr from deps * Add convert script * Remove exvcr cassettes * Remove convert script * Rename test * Update moduledoc * Update dockerfile * Bump CI cache * Tag more slow tests, why not? * Use charlist for locus cache option * Pin nodejs * Merge google tests, make them async --------- Co-authored-by: Adrian Gruntkowski <adrian.gruntkowski@gmail.com>
17 lines
602 B
Plaintext
17 lines
602 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=warning
|
|
ENVIRONMENT=test
|
|
MAILER_ADAPTER=Bamboo.TestAdapter
|
|
ENABLE_EMAIL_VERIFICATION=true
|
|
SELFHOST=false
|
|
HCAPTCHA_SITEKEY=test
|
|
HCAPTCHA_SECRET=scottiger
|
|
IP_GEOLOCATION_DB=test/priv/GeoLite2-City-Test.mmdb
|
|
SITE_DEFAULT_INGEST_THRESHOLD=1000000
|
|
GOOGLE_CLIENT_ID=fake_client_id
|
|
GOOGLE_CLIENT_SECRET=fake_client_secret
|