* adjust eslint * playground depreciation warning * adjust some tests * playwright simulate run instead just raw phin * adjusted ci * vibe debugging * update all deps, small ci changes, and strict dockerized build
14 lines
445 B
Plaintext
14 lines
445 B
Plaintext
# railway, fly.dev, heroku, vercel or any free service
|
|
RAILWAY = sinkaroid
|
|
|
|
# default port
|
|
PORT = 3000
|
|
|
|
# backend storage, default is redis, if not set it will consume memory storage
|
|
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
|
|
|
|
# you must identify your origin, if not set it will use default
|
|
USER_AGENT = "lustpress/8.0.1 Node.js/22.22.0" |