LukeSmithxyz / landchad

Landchad.net Website Tutorial Page
The Unlicense
373 stars 87 forks source link

Fixed example mysql config #290

Closed shaanmalik closed 4 months ago

shaanmalik commented 1 year ago

Enabling mysql should include setting mysql: true in config

I imagine this was probably just a typo

This fixed an issue for me when setting up ergo using this config and running ./ergo run

Config file did not load successfully: You must configure a MySQL server in order to enable persistent history

It also matches the recommended config on ergo's docs https://github.com/ergochat/ergo/blob/stable/docs/MANUAL.md#persistent-history-with-mysql

Might also be worth mentioning how to set up the mysql database, or could link to ergo's docs which has a few lines for how to do it.