Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 14s
14 lines
232 B
Plaintext
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
|