# Server Configuration PORT=8080 GIN_MODE=debug # Database Configuration DB_HOST=localhost DB_PORT=5432 DB_USER=postgres DB_PASSWORD=password DB_NAME=sensor_db # Redis Configuration REDIS_HOST=localhost REDIS_PORT=6379 REDIS_PASSWORD= # Logging LOG_LEVEL=info