first commit
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 14s
Some checks failed
Build Images and Deploy / Update-PROD-Stack (push) Failing after 14s
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user