UnownHash / Fletchling

10 stars 3 forks source link

Add port config var for database connection #34

Closed sabregreen closed 7 months ago

sabregreen commented 7 months ago

Add port as an explicit option for database connection, pulling from config

comstud commented 7 months ago

The goal was to match Golbat (tho it looks like I accidentally chose 'addr' instead of 'address'). Notice that in your PR you are basically just appending ":port" to Addr. This is how you do it in the config. :) Example:

addr = 'dbhostname:3306'

I think what's missing is just an update to the example config

sabregreen commented 7 months ago

Closing due to being unnecessary, ability already exists