forked from collective/training-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
48 lines (42 loc) · 1.09 KB
/
buildout.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[buildout]
extends = http://dist.plone.org/release/5.2/versions.cfg
unzip = true
newest = false
versions = versions
prefer-final = true
relative-paths = true
find-links += http://effbot.org/downloads/
parts =
precompile
instance
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
relative-paths = true
debug-mode = on
eggs =
Plone
Pillow
plone.app.mosaic
plone.restapi
collective.themesitesetup
zcml-additional =
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:plone="http://namespaces.plone.org/plone">
<plone:CORSPolicy
allow_origin="*"
allow_methods="DELETE,GET,OPTIONS,PATCH,POST,PUT"
allow_credentials="true"
expose_headers="Content-Length,X-My-Header"
allow_headers="Accept,Authorization,Content-Type,X-Custom-Header,DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control"
max_age="3600"
/>
</configure>
[precompile]
recipe = plone.recipe.precompiler
eggs =
${instance:eggs}
plone.app.locales
compile-mo-files = true
[versions]
plone.formwidget.multifile = 2.0