Skip to content

Conversation

@barredterra
Copy link
Member

@barredterra barredterra commented Apr 17, 2025

This pull request introduces changes to streamline credential management by replacing the config.ini file with a .env file and updating the codebase accordingly. The updates simplify setup and improve security by leveraging the dotenv library. Below are the key changes:

Migration to .env for Credential Management:

  • Added a .env.example file with placeholders for BASE_URL, USER, and PASSWORD to guide users in setting up their environment variables.
  • Updated the README.md to instruct users to copy .env.example to .env and configure their credentials there, replacing the previous config.ini setup.
  • Removed credential-related fields (BaseURL, User, Password) from config.ini and renamed the file from config.ini.example to config.ini to reflect its new purpose.

@barredterra barredterra merged commit 0e34b09 into main Apr 17, 2025
1 check passed
@barredterra barredterra deleted the use-dotenv-for-credentials branch April 17, 2025 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants