From 27f0b313e0b8e0fc4a9ba1ae0320a76abda4f590 Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Thu, 7 Mar 2019 07:03:37 +1100 Subject: [PATCH] fix(docs): Use correct .ini file sections for customization params. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4385e8e..b705d20 100644 --- a/README.rst +++ b/README.rst @@ -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