Skip to content

Commit

Permalink
chore: add .env.schema value example
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Apr 18, 2023
1 parent d0a91ac commit a785a30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .env.schema
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# 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/1.6.0 Node.js/16.9.1"

0 comments on commit a785a30

Please sign in to comment.