site.cfg

    my version of a cluster configuration script, circa 2009

    # site-specific settings for psfstar.org main cluster.
    
    [site]
    zeo-address = 19100
    
    # start with offbeat password, and hint that it should be made unique in-site:
    user = admin:changeme!
    effective-user = plone
    
    http-address = 8080
    port-base-client1 = 11000
    shared-blob-client1 = on
    port-base-client2 = 11100
    shared-blob-client2 = on
    # use client1 port-base, so instance and client1 are mutually exclusive:
    port-base-instance = 1000
    
    var = ${buildout:directory}/var
    blob-storage = ${buildout:directory}/var/blobstorage
    
    products = ${buildout:directory}/products
    
    
    zope-conf-additional =
     # Disable PlacelessTranslationService
    # disabling PTS causes failure in kupu resources library configuration page
    # due to buggy DummyTranslationService.  there are workarounds - see
    # http://dev.plone.org/plone/ticket/7532#comment:5
    # <environment>
    #   DISABLE_PTS true
    # </environment>