.env.example 520 B

1234567891011121314151617
  1. # -- PixivFE configuration
  2. # See ./doc/Environment\ Variables.go for more details
  3. # -- Required variables
  4. # NOTE: PixivFE can be exposed on either a port or a Unix socket
  5. PIXIVFE_PORT="8282"
  6. # PIXIVFE_UNIXSOCKET="/srv/http/pages/pixivfe" # Ignored if PIXIVFE_PORT is set
  7. # PIXIVFE_TOKEN=changethis # Only set here if not using a secret
  8. # -- Optional variables
  9. # PIXIVFE_DEV=
  10. PIXIVFE_HOST="127.0.0.1"
  11. # PIXIVFE_REQUESTLIMIT=
  12. # PIXIVFE_IMAGEPROXY=
  13. PIXIVFE_USERAGENT="Mozilla/5.0"
  14. PIXIVFE_ACCEPTLANGUAGE="en-US,en;q=0.5"