You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): centralize and correct dotenv loading in EnvironmentConfig
Refactors environment variable handling to be self-contained within the `EnvironmentConfig` class.
- `EnvironmentConfig` now creates a static `DotEnv` instance, loads the `.env` file, and all getters now read from this instance instead of `Platform.environment`.
- This ensures that environment variables are loaded and read correctly from a single, reliable source, resolving the issue where variables were not available to the application.
0 commit comments