Files
loot-hunt/.env.example
Mike Johnston 4255d95c68
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 14s
first commit
2026-02-28 00:01:41 -05:00

14 lines
232 B
Plaintext

# Server
PORT=3000
NODE_ENV=production
BASE_URL=https://loot-hunt.com
# Session
SESSION_SECRET=change-me-to-a-random-string
# Database (SQLite file path)
DB_PATH=./data/loot-hunt.db
# Uploads directory
UPLOADS_DIR=./data/uploads