1 ## Zope 2 configuration file generated by SlapOS
4 %%define INSTANCE %(instance)s
10 # Environment is setup in running wrapper script
11 # Reason: zope.conf is read too late for some componets
16 # One thread is safe enough
17 zserver-threads %(thread_amount)s
20 pid-filename %(pid-filename)s
21 lock-filename %(lock-filename)s
24 rest-input-encoding utf-8
25 rest-output-encoding utf-8
26 default-zpublisher-encoding utf-8
28 # Disable ownership checking to execute codes generated by alarm
29 skip-ownership-checking on
31 # Temporary storage database (for sessions)
34 name temporary storage for sessioning
36 mount-point /temp_folder
37 container-class Products.TemporaryFolder.TemporaryContainer
40 # Logging configuration
54 # Serving configuration
61 cache-size %(zodb_cache_size)d
63 path %(zodb_root_path)s
68 program $INSTANCE/bin/runzope
71 # DeadlockDebugger configuration
72 <product-config DeadlockDebugger>