This commit is contained in:
MLH
2025-04-07 01:13:36 +02:00
parent 3bf2aae1a3
commit cdd3e180a0
24 changed files with 5156 additions and 0 deletions

13
.env.example Normal file
View File

@ -0,0 +1,13 @@
# PostgreSQL Connection URL
# Format: postgresql://<user>:<password>@<host>:<port>/<database>
DATABASE_URL=postgresql://postgres:mysecretpassword@localhost:5432/tt_tournament
# JWT Secret Key (change this to a long, random, secure string)
JWT_SECRET=YOUR_VERY_SECRET_RANDOM_KEY_HERE
# Port the application will run on
PORT=3000
# Optional: Database Backup Configuration
# BACKUP_PATH=/path/to/your/backup/directory
# BACKUP_INTERVAL_MINUTES=1440 # e.g., 1440 for daily backups