.env.example 208 B

123456789101112
  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=