.env 463 B

12345678910111213141516171819
  1. HOST=0.0.0.0
  2. PORT=8000
  3. DB_HOST=8.156.90.138
  4. DB_PORT=5432
  5. DB_USER=crawl
  6. DB_PASSWORD=wsNbzdnmPnpwCj56
  7. DB_NAME=crawl
  8. ALLOWED_ORIGINS=http://localhost:5173
  9. # ALLOWED_ORIGINS=https://crawler.aitoolcore.com
  10. GEOIP_DB_PATH=./GeoLite2-City.mmdb
  11. #本地
  12. PLAYWRIGHT_EXECUTABLE=D:\playwright-browsers\chromium-1208\chrome-win64\chrome.exe
  13. #生产
  14. # PLAYWRIGHT_EXECUTABLE=/www/wwwroot/playwright/chromium-1045/chrome-linux/chrome
  15. PLAYWRIGHT_HEADLESS=true
  16. TZ_OFFSET_HOURS=8