discuitnet / discuit

A free and open-source community discussion platform.
https://discuit.net
GNU Affero General Public License v3.0
385 stars 40 forks source link

Add support for providing a database address #26

Closed Codycody31 closed 4 months ago

Codycody31 commented 4 months ago

Added support for specifying the address for the MariaDB server via dbAddr. It should make it easier for those who wish to rely on an external database or run it, for example, in WSL2.

If this is merged who ever is running the site would need to add dbAddr: 127.0.0.1 to the config.yaml file.

previnder commented 4 months ago

Thanks. Merged.