src/source/zodb.rst
changeset 10 1d12ff3f036a
parent 0 d153941bb745
child 21 e1cb9c606859
equal deleted inserted replaced
9:562bde22e104 10:1d12ff3f036a
    48 - **project_slug**: "technical" package name, based on project name
    48 - **project_slug**: "technical" package name, based on project name
    49 
    49 
    50 - **eggs_directory**: relative or absolute path to directory containing downloaded eggs; this directory can be
    50 - **eggs_directory**: relative or absolute path to directory containing downloaded eggs; this directory can be
    51   shared with other projects ("eggs" as default)
    51   shared with other projects ("eggs" as default)
    52 
    52 
    53 - **run_user**: user name under which ZEO process will run ("zeoadm" as default)
    53 - **run_user**: user name under which ZEO process will run ("zeo" as default)
    54 
    54 
    55 - **run_group**: group name under which ZEO process will run ("zeo" as default)
    55 - **run_group**: group name under which ZEO process will run ("zeo" as default)
    56 
    56 
    57 - **zeo_server_port**: listening port of ZEO server ("8100" as default)
    57 - **zeo_server_port**: listening port of ZEO server ("8100" as default)
    58 
    58 
    59 - **zeo_monitor_port**: listening port of ZEO monitor ("8101" as default)
    59 - **zeo_storage**: name of first ZEO storage ("pyams" as default)
    60 
       
    61 - **zeo_storage**: name of first ZEO storage; default value is based on project name
       
    62 
       
    63 - **use_zeo_auth**: specify if ZEO authentication should be used
       
    64 
       
    65 - **zeo_auth_user**: name of ZEO authenticated user (if ZEO authentication is used)
       
    66 
       
    67 - **zeo_auth_password**: password of ZEO authenticated user (if ZEO authentication is used)
       
    68 
    60 
    69 - **zeo_pack_report**: email address to which pack reports should be sent
    61 - **zeo_pack_report**: email address to which pack reports should be sent
    70 
    62 
    71 - **logs_directory**: absolute path to directory containing ZEO's log files.
    63 - **logs_directory**: absolute path to directory containing ZEO's log files.
    72 
    64