# Trackeep Configuration for Casa OS # Only required variables - everything else is auto-configured # Host port for the application (default: 8080) HOST_PORT=8080 # Database Configuration DB_PASSWORD=your_secure_password_here DB_USER=trackeep DB_NAME=trackeep # JWT Secret (generate with: openssl rand -hex 32) JWT_SECRET=your_jwt_secret_here_64_hex_characters_long_exactly