profilePage/.env.example
creations 6bbf474b93
All checks were successful
Code quality checks / biome (push) Successful in 10s
add env var, add docker files, idk how i forgot there in the readme
2025-04-22 20:21:24 -04:00

16 lines
410 B
Text

# NODE_ENV=development
HOST=0.0.0.0
PORT=8080
REDIS_URL=redis://dragonfly:6379
REDIS_TTL=3600 # seconds
# this is only the default value if non is give in /id
LANYARD_USER_ID=id-here
LANYARD_INSTANCE=https://lanyard.rest
# Required if you want to enable badges
BADGE_API_URL=http://localhost:8081
# https://www.steamgriddb.com/api/v2, if you want games to have images
STEAMGRIDDB_API_KEY=steamgrid_api_key