fix(docs): Use correct .ini file sections for customization params.

This commit is contained in:
Ryan Kelly 2019-03-07 07:03:37 +11:00
parent 11b328d175
commit 27f0b313e0
No known key found for this signature in database
GPG Key ID: FB70C973A037D258

View File

@ -73,10 +73,10 @@ All customization of the server can be done by editing the file
your way. Things you might like to change include:
* The client-visible hostname for your server. Edit the "public_url"
key under the [syncstorage] section.
key under the [syncerver] section.
* The database in which to store sync data. Edit the "sqluri" setting
under the [syncstorage] section.
under the [syncserver] section.
Database Backend Modules