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
Instead of editing the source code to configure the program, an external file for the settings is ideal. This way, credentials never accidentally get committed. And updates to the code dont affect the credentials.
I personally like Pydantic Settings to handle settings but Dynaconf is another popular option. Configobj also deserves mention.
The text was updated successfully, but these errors were encountered:
@metaperl Code picks creds from a separate config file (parameter.py). Will add parameter.py to git ignore to avoid accidental push.
Closing this issue as this is more of a feature request.
Instead of editing the source code to configure the program, an external file for the settings is ideal. This way, credentials never accidentally get committed. And updates to the code dont affect the credentials.
I personally like Pydantic Settings to handle settings but Dynaconf is another popular option. Configobj also deserves mention.
The text was updated successfully, but these errors were encountered: