# Database DATABASE_URL="mysql://root:root@localhost:3306/marketscope" # Redis REDIS_URL="redis://localhost:6379" # JWT JWT_SECRET="your-jwt-secret-key-change-3142" JWT_REFRESH_SECRET="your-refresh-secret-key-change-4312" JWT_EXPIRES_IN="15m" JWT_REFRESH_EXPIRES_IN="7d" # DOKU Payment Gateway DOKU_CLIENT_ID="your-doku-client-id" DOKU_SECRET_KEY="your-doku-secret-key" DOKU_API_URL="https://api-sandbox.doku.com" DOKU_NOTIFICATION_URL="https://yourdomain.com/api/v1/payments/notification" # App NODE_ENV="development" PORT=3000 APP_URL="http://localhost:3000" FRONTEND_URL="http://localhost:3001" # Email (optional) SMTP_HOST="smtp.mailtrap.io" SMTP_PORT=587 SMTP_USER="" SMTP_PASS=""