Patbox / BanHammer

Simple punishment utility for Fabric
GNU Lesser General Public License v3.0
12 stars 3 forks source link

Add support for setting config values via Environment Variables #27

Closed ChristopherHaws closed 1 year ago

ChristopherHaws commented 1 year ago

I like to keep all my config files in a git repo to easily see everything I have changed and rollback if needed. I currently dont commit the banhammer config file because it contains my SQL database credentials in it. I would like to be able to configure these values via a env variables. I use docker containers to compose my MC server which allows for passing env variables to the container.

Thanks!

Patbox commented 1 year ago

Added in 0.5.6 and 0.6.1