forked from euphorie/osha.oira
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
34 lines (33 loc) · 873 Bytes
/
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
[buildout]
extends = versions.cfg
parts = instance
develop = .
versions = versions
show-picked-versions = true
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
verbose-security = on
eggs =
Euphorie
osha.oira
Pillow
psycopg2-binary
zcml =
osha.oira
# osha.oira-overrides practically the same as euphorie.deployment-overrides
# osha.oira-overrides
euphorie.deployment-meta
euphorie.deployment
euphorie.deployment-overrides
zcml-additional =
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:db="http://namespaces.zope.org/db">
<include package="z3c.saconfig" file="meta.zcml" />
<db:engine name="session" url="postgresql:///euphorie" />
<db:session engine="session" />
</configure>
environment-vars =
PREFER_Z3C_PT 1
zope_i18n_compile_mo_files 1