DATABASE_URL=postgresql://user:password@localhost:5432/duorigin JWT_SECRET=your_jwt_secret_here JWT_EXPIRES_IN=7d PORT=8100 # ============================================ # EUDR API Configuration # ============================================ # API URL - Use ACCEPTANCE for testing, PRODUCTION for live # ACCEPTANCE: https://acceptance.eudr.webcloud.ec.europa.eu/tracesnt # PRODUCTION: https://webgate.ec.europa.eu/tracesnt EUDR_API_URL=https://acceptance.eudr.webcloud.ec.europa.eu/tracesnt # Web Service Client ID (default: eudr-test for ACCEPTANCE) EUDR_WS_CLIENT_ID=eudr-test # EU Login credentials for the web service user # Obtain these from TRACES NT after registering as operator EUDR_USERNAME=your_eu_login_username EUDR_AUTH_KEY=your_authentication_key # ============================================ # How to obtain EUDR credentials: # ============================================ # 1. Register in TRACES NT (acceptance.eudr.webcloud.ec.europa.eu) # 2. Create an Operator and User # 3. Go to Edit Profile > Web Services Access # 4. Click "Active" to enable Web Service access # 5. Copy your Username and Authentication Key # ============================================