# Database DATABASE_URL="file:./dev.db" # WorkOS Configuration # Get these from your WorkOS dashboard: https://dashboard.workos.com WORKOS_API_KEY="sk_test_your_api_key_here" WORKOS_CLIENT_ID="client_your_client_id_here" WORKOS_COOKIE_PASSWORD="your_secure_32_character_password_here" # App URL (change for production) NEXT_PUBLIC_APP_URL="http://localhost:3000"