Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove reliance on ENV file #142

Open
Yiannis128 opened this issue Sep 4, 2024 · 0 comments
Open

Remove reliance on ENV file #142

Yiannis128 opened this issue Sep 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@Yiannis128
Copy link
Collaborator

Environment file loading should be discarded, and instead the variables should be loaded directly from the system environment. The current system is too complicated:

Environment variables are loaded in the following order:

1. Environment variables already loaded. Any variable not present will be looked for in
.env files in the following locations.
2. .env file in the current directory, moving upwards in the directory tree.
3. esbmc-ai.env file in the current directory, moving upwards in the directory tree.
4. esbmc-ai.env file in $HOME/.config/ for Linux/macOS and %userprofile% for Windows.
@Yiannis128 Yiannis128 added the enhancement New feature or request label Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant