mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 14:13:34 +01:00
hint to --sessionkey, --apikey and --credentials in README.md
This commit is contained in:
parent
971853ca58
commit
980a5951ea
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ 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.) Once you have access to your /admin section settings can be modified through the web browser.
|
||||
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 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue