# SAP OData Connection Settings # Copy this file to .env and fill in your actual credentials # SAP Server Configuration SAP_USERNAME=your_sap_username SAP_PASSWORD=your_sap_password SAP_SERVER=https://sapes5.sapdevcenter.com/ SAP_ODATA_USER=your_odata_username SAP_ODATA_PASSWORD=your_odata_password SAP_CLIENT=002 SAP_LANGUAGE=EN # Hugging Face Authentication # Get your token from: https://huggingface.co/settings/tokens HUGGINGFACE_TOKEN=your_huggingface_token_here