NODE_ENV=production
PORT=3011
DATABASE_URL=file:./dev.db
CORS_ORIGIN=http://localhost:3010,http://127.0.0.1:3010
AUTH_COOKIE_NAME=ai_content_session
AUTH_SESSION_DAYS=14
