.env.example 518 B

1234567891011121314151617
  1. # -- PixivFE configuration
  2. # Refer to https://pixivfe-docs.pages.dev/environment-variables/ for detailed explanations of these variables
  3. # -- Required variables
  4. PIXIVFE_PORT=8282
  5. # PIXIVFE_UNIXSOCKET=/srv/http/pages/pixivfe
  6. # PIXIVFE_TOKEN=changethis
  7. # -- Optional variables
  8. PIXIVFE_HOST=127.0.0.1
  9. # PIXIVFE_REQUESTLIMIT=
  10. # PIXIVFE_IMAGEPROXY=
  11. PIXIVFE_USERAGENT=Mozilla/5.0 (Windows NT 10.0; rv:123.0) Gecko/20100101 Firefox/123.0
  12. PIXIVFE_ACCEPTLANGUAGE=en-US,en;q=0.5
  13. # PIXIVFE_DEV=
  14. # PIXIVFE_PROXY_CHECK_INTERVAL=