AlekEagle / dadbot

Dad Bot Mega Pog edition! (now with 20% more TypeScript!)
https://alekeagle.com/dad-bot
GNU Affero General Public License v3.0
38 stars 11 forks source link

Configurable db connection #47

Open Foxite opened 1 year ago

Foxite commented 1 year ago
Foxite commented 1 year ago

My motivation for this, by the way, is that it allows me to use the postgres docker image with its auto-configuration of a single database, instead of manually creating a database. This is also required if you want to move the database to a different server (which, for a bot in this many servers, might be very desirable).

It also is extremely useful if you want to dockerize this app, which is exactly what I'm going to do next :stuck_out_tongue_winking_eye: