docs: 🐛 Fix incorrect filename

This commit is contained in:
Jesse Wierzbinski 2024-06-17 11:13:16 -10:00
parent 65498e7bd7
commit 925179211a
No known key found for this signature in database

View file

@ -39,7 +39,7 @@ bun install
3. Set up a PostgreSQL database (you need a special extension, please look at [the database documentation](database.md))
4. Copy the `config/config.toml.example` file to `config/config.toml` and edit it to set up the database connection and other settings.
4. Copy the `config/config.example.toml` file to `config/config.toml` and edit it to set up the database connection and other settings.
## Testing your changes