jmueller17 / Aixada

Aixada helps self-managed consumption cooperatives to organize their flow of products, money, and information.
Other
33 stars 37 forks source link

Allow to connect mySql to a different port. #252

Closed jorix closed 5 years ago

jorix commented 5 years ago

It is proposed to allow configure $db_host using the syntax $db_host='myHost:9999' to indicate a different port from the default.

This is useful when developing, allows use different bd systems on the same host, each one in different ports.

NOTE: $db_type is removed from config.php.sample since it is not used.