# railway, fly.dev, heroku, vercel or any free service, NHENTAI_IP_ORIGIN should be true RAILWAY = sinkaroid # default port PORT = 3000 # backend storage, default is redis with this format REDIS_URL = redis://default:somenicepassword@redis-666.c10.us-east-6-6.ec666.cloud.redislabs.com:1337 # ttl expire cache (in X hour) EXPIRE_CACHE = 1 # nhentai strategy # default is true which is assign to request on origin IP instead of nhentai.net with cloudflare protection # if you have paid instance like vps you need chromium or firefox installed and set NHENTAI_IP_ORIGIN to false NHENTAI_IP_ORIGIN = true # you must set COOKIE if NHENTAI_IP_ORIGIN is false, read the jandapress docs COOKIE = "cf_clearance=l7RsUjiZ3LHAZZKcM7BcCylwD2agwPDU7l9zkg8MzPo-1676044652-0-250" # you must set USER_AGENT if NHENTAI_IP_ORIGIN is false, read the jandapress docs USER_AGENT = "jandapress/1.0.5 Node.js/16.9.1"