# This file holds environment variables used for local development # See dotenv: https://github.com/motdotla/dotenv # # Any environment variables are only visible to the build process & vite and # are not available in your app, unless you prefix a variable with "APP_". # See Vite on .env files: https://vitejs.dev/guide/env-and-mode#env-files # URL to the system including protocol (e.g. https) and port, but without any path BASE_URL=<%= serverUrl %> # Path which will be proxied by our proxy server (least common denominator regarding service paths from the start, e.g. /sap/opu) PROXY_PATH=<%= proxyPath %> # SAP configuration values SAP_CLIENT=<%= sapClientForDev %> # Default language / locale to use APP_DEFAULT_LANGUAGE=<%= defaultLanguage %> # Paths (without host, but with leading slash) to OData services APP_MAIN_SERVICE_PATH=<%= odataServicePath %>