|
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] |
|---|
| 4 | zeo-address = 19100 |
|---|
| 5 | |
|---|
| 6 | # start with offbeat password, and hint that it should be made unique in-site: |
|---|
| 7 | user = admin:haha789 |
|---|
| 8 | effective-user = zope |
|---|
| 9 | |
|---|
| 10 | http-address = 8080 |
|---|
| 11 | port-base-client1 = 11000 |
|---|
| 12 | shared-blob-client1 = on |
|---|
| 13 | port-base-client2 = 11100 |
|---|
| 14 | shared-blob-client2 = on |
|---|
| 15 | # use client1 port-base, so instance and client1 are mutually exclusive: |
|---|
| 16 | port-base-instance = 1000 |
|---|
| 17 | |
|---|
| 18 | var = ${buildout:directory}/var |
|---|
| 19 | blob-storage = ${buildout:directory}/var/blobstorage |
|---|
| 20 | |
|---|
| 21 | products = ${buildout:directory}/products |
|---|
| 22 | |
|---|
| 23 | |
|---|
| 24 | zope-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> |
|---|