# Server Configuration
PORT=5000

# PostgreSQL Database Configuration
DB_HOST=localhost
DB_PORT=5432
DB_NAME=invictus_db
DB_USER=postgres
DB_PASSWORD=root
