root/plumi-buildout-plone3/trunk/site.cfg

Revision 372, 0.8 kB (checked in by andy, 2 months ago)
Line 
1# site-specific settings for a Plumi main cluster.
2
3[site]
4zeo-address = 19100
5
6# start with offbeat password, and hint that it should be made unique in-site:
7user = admin:haha789
8effective-user = zope
9
10http-address = 8080
11port-base-client1 = 11000
12shared-blob-client1 = on
13port-base-client2 = 11100
14shared-blob-client2 = on
15# use client1 port-base, so instance and client1 are mutually exclusive:
16port-base-instance = 1000
17
18var = ${buildout:directory}/var
19blob-storage = ${buildout:directory}/var/blobstorage
20
21products = ${buildout:directory}/products
22
23
24zope-conf-additional =
25 # Disable PlacelessTranslationService
26# disabling PTS causes failure in kupu resources library configuration page
27# due to buggy DummyTranslationService.  there are workarounds - see
28# http://dev.plone.org/plone/ticket/7532#comment:5
29# <environment>
30#   DISABLE_PTS true
31# </environment>
Note: See TracBrowser for help on using the browser.