src/source/zodb.rst
changeset 10 1d12ff3f036a
parent 0 d153941bb745
child 21 e1cb9c606859
--- a/src/source/zodb.rst	Sun Jan 14 15:46:10 2018 +0100
+++ b/src/source/zodb.rst	Mon Jan 15 16:45:01 2018 +0100
@@ -50,21 +50,13 @@
 - **eggs_directory**: relative or absolute path to directory containing downloaded eggs; this directory can be
   shared with other projects ("eggs" as default)
 
-- **run_user**: user name under which ZEO process will run ("zeoadm" as default)
+- **run_user**: user name under which ZEO process will run ("zeo" as default)
 
 - **run_group**: group name under which ZEO process will run ("zeo" as default)
 
 - **zeo_server_port**: listening port of ZEO server ("8100" as default)
 
-- **zeo_monitor_port**: listening port of ZEO monitor ("8101" as default)
-
-- **zeo_storage**: name of first ZEO storage; default value is based on project name
-
-- **use_zeo_auth**: specify if ZEO authentication should be used
-
-- **zeo_auth_user**: name of ZEO authenticated user (if ZEO authentication is used)
-
-- **zeo_auth_password**: password of ZEO authenticated user (if ZEO authentication is used)
+- **zeo_storage**: name of first ZEO storage ("pyams" as default)
 
 - **zeo_pack_report**: email address to which pack reports should be sent