mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 06:23:10 -06:00
This adds an empty `relay_api` section to the sample configuration. For SQLite environments, or others where a `database.connection_string` is needed for each section, there should be an entry in the configuration sample as a basis. This PR also changes the "Configuring Dendrite" documentation in that respect. The requirement was introduced in #2917. When upgrading dendrite, it will complain about `relay_api.database.connection_string` not being configured. ### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: `Alex Kirk <akirk@users.noreply.github.com>` |
||
|---|---|---|
| .. | ||
| _sass/custom | ||
| administration | ||
| caddy | ||
| development | ||
| hiawatha | ||
| images | ||
| installation | ||
| nginx | ||
| other | ||
| systemd | ||
| _config.yml | ||
| administration.md | ||
| development.md | ||
| FAQ.md | ||
| Gemfile | ||
| Gemfile.lock | ||
| index.md | ||
| INSTALL.md | ||
| installation.md | ||