.env.example 457 B

1234567891011121314151617
  1. HOST=0.0.0.0
  2. PORT=8000
  3. DB_HOST=localhost
  4. DB_PORT=5432
  5. DB_USER=user
  6. DB_PASSWORD=password
  7. DB_NAME=sentinel_lens
  8. ALLOWED_ORIGINS=http://localhost:5173
  9. GEOIP_DB_PATH=./GeoLite2-City.mmdb
  10. PLAYWRIGHT_EXECUTABLE=
  11. PLAYWRIGHT_HEADLESS=true
  12. # Linux 生产环境 Chrome 额外启动参数(逗号分隔)
  13. # 解决 crashpad 崩溃问题:禁用 crash reporter,并指定 crash dumps 目录
  14. # PLAYWRIGHT_EXTRA_ARGS=--disable-crash-reporter,--crash-dumps-dir=/tmp