1# Server Configuration 2PORT=3000 3HOST=127.0.0.1 4 5# Database (tests quote stripping) 6DB_URL="postgres://user:pass@localhost:5432/luna_db" 7API_KEY='secret-key-123' 8 9# Whitespace Test (tests trimming) 10APP_NAME = Luna Project 11DEBUG = true