NODE_ENV=production
PORT=3211
MYSQL_HOST=127.0.0.1
MYSQL_PORT=3307
MYSQL_USER=poemquest
MYSQL_PASSWORD=PoemQuest2026!
MYSQL_DATABASE=poem_quest
JWT_SECRET=1b3374420e3da9431c4f757dc4d3682eea61628e2e67c77f38ab10d51a66dbde
JWT_EXPIRES_IN=30d
CORS_ORIGIN=http://localhost:5173
