libremdb/.env.example
ngn 1132ba4a98
All checks were successful
Build and publish the docker image / build (push) Successful in 1m19s
add PUBLIC_TITLE env and cleanup example env file
Signed-off-by: ngn <ngn@ngn.tf>
2025-01-19 23:48:30 +03:00

13 lines
462 B
Plaintext

NEXT_PUBLIC_URL=https://example.com
NEXT_PUBLIC_TITLE='my libremdb'
AXIOS_USERAGENT='Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.3'
AXIOS_LANGUAGE='en-US,en;q=0.5'
AXIOS_ACCEPT='text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,*/*;q=0.8'
# USE_REDIS=true
# USE_REDIS_FOR_API_ONLY=true
# REDIS_CACHE_TTL_API=3600
# REDIS_CACHE_TTL_MEDIA=3600
# REDIS_URL=localhost:6379