# Server Configuration
PORT=3000
HOST=127.0.0.1

# Database (tests quote stripping)
DB_URL="postgres://user:pass@localhost:5432/luna_db"
API_KEY='secret-key-123'

# Whitespace Test (tests trimming)
APP_NAME = Luna Project
DEBUG = true
