modified: .env.example

modified:   README.md
This commit is contained in:
SimolZimol
2025-10-27 23:11:46 +01:00
parent 0388fa241d
commit 3ed9c3270a
2 changed files with 52 additions and 24 deletions

View File

@@ -1,13 +0,0 @@
# Discord Bot Token (wird in Coolify als Umgebungsvariable gesetzt)
DISCORD_TOKEN=your_discord_bot_token_here
# Database Connection - Option 1: Full URL (PostgreSQL/MySQL)
DATABASE_URL=postgresql://username:password@host:port/database_name
# DATABASE_URL=mysql://username:password@host:port/database_name
# Database Connection - Option 2: Individual Variables
DB_HOST=localhost
DB_PORT=5432
DB_NAME=hoi4_elo
DB_USER=username
DB_PASSWORD=password