mirror of
https://github.com/plausible/analytics.git
synced 2024-12-25 10:33:01 +03:00
9022234aa6
* added invoices section * fixed formatting * UI and code style improvements, paddle sandbox setup only on dev environment (fixed)
15 lines
547 B
Plaintext
15 lines
547 B
Plaintext
BASE_URL=http://localhost:8000
|
|
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/plausible_dev
|
|
CLICKHOUSE_DATABASE_URL=http://127.0.0.1:8123/plausible_events_db
|
|
SECRET_KEY_BASE=/njrhntbycvastyvtk1zycwfm981vpo/0xrvwjjvemdakc/vsvbrevlwsc6u8rcg
|
|
ENVIRONMENT=dev
|
|
MAILER_ADAPTER=Bamboo.LocalAdapter
|
|
LOG_LEVEL=debug
|
|
SELFHOST=false
|
|
DISABLE_CRON=true
|
|
ADMIN_USER_IDS=1
|
|
IP_GEOLOCATION_DB=/home/uku/plausible/analytics/city_database.mmdb
|
|
SHOW_CITIES=true
|
|
PADDLE_VENDOR_AUTH_CODE=895e20d4efaec0575bb857f44b183217b332d9592e76e69b8a
|
|
PADDLE_VENDOR_ID=3942
|