15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
# -- PixivFE configuration
|
|
# See ./doc/Environment-variables.md for more details
|
|
|
|
# -- Required
|
|
# PIXIVFE_TOKEN=changethis # Only set here if not using a secret
|
|
PIXIVFE_PORT=8862
|
|
PIXIVFE_IMAGEPROXY=https://pximg.exozy.me
|
|
#PIXIVFE_IMAGEPROXY=https://www.pixiv.net
|
|
|
|
# -- Optional
|
|
# PIXIVFE_USERAGENT=
|
|
# PIXIVFE_BASEURL=
|
|
# PIXIVFE_ACCEPTLANGUAGE=
|
|
|