From 6c6ac40f7b80b577ef675790c3db2982e491e9c1 Mon Sep 17 00:00:00 2001 From: muxator Date: Fri, 27 Jul 2018 00:39:51 +0200 Subject: [PATCH] doc: review "Tweak the settings" --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 114429912..06903313e 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,10 @@ If cloning to a subdirectory within another project, you may need to do the foll # Next Steps ## Tweak the settings -You can initially modify the settings in `settings.json`. (If you need to handle multiple settings files, you can pass the path to a settings file to `bin/run.sh` using the `-s|--settings` option. This allows you to run multiple Etherpad instances from the same installation. Similarly '--credentials' can be used to give an settings override file, '--apikey' to give a different APIKEY.txt file and '--sessionkey' to give a non-default SESSIONKEY.txt.) Once you have access to your /admin section settings can be modified through the web browser. +You can modify the settings in `settings.json`. +If you need to handle multiple settings files, you can pass the path to a settings file to `bin/run.sh` using the `-s|--settings` option: this allows you to run multiple Etherpad instances from the same installation. +Similarly, `--credentials` can be used to give a settings override file, `--apikey` to give a different APIKEY.txt file and `--sessionkey` to give a non-default SESSIONKEY.txt. +Once you have access to your /admin section settings can be modified through the web browser. You should use a dedicated database such as "mysql", if you are planning on using etherpad-in a production environment, since the "dirtyDB" database driver is only for testing and/or development purposes.