-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.cfg
80 lines (72 loc) · 1.84 KB
/
base.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
[buildout]
extends =
https://raw.githubusercontent.com/euphorie/Euphorie/master/buildout.cfg
picked-versions.cfg
parts =
instance
zopepy
versions = versions
sources = sources
allow-picked-versions = false
develop =
.
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = ${settings:http-address}
debug-mode = on
verbose-security = on
environment-vars =
PREFER_Z3C_PT 1
APPCONFIG ${euphorie.ini:output}
zope_i18n_compile_mo_files 1
eggs =
Pillow
psycopg2
Euphorie
tno.euphorie
pysqlite
Products.PloneHotfix20160830==1.0
Products.PloneHotfix20161129==1.0
Products.PloneHotfix20170117==1.0
zcml =
euphorie.deployment-meta
euphorie.deployment
euphorie.deployment-overrides
tno.euphorie
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="${settings:postgres-url}" echo="false" />
<db:session engine="session" />
</configure>
[euphorie.ini]
recipe = collective.recipe.template
client = https://instrumenten.rie.nl/
analytics_account = UA-109695-21
analytics_domain = .rie.nl
input = ${buildout:directory}/templates/${:_buildout_section_name_}
output = ${buildout:directory}/etc/${:_buildout_section_name_}
[settings]
postgres-url = postgresql:///euphorie
http-address = 8080
[versions]
NuPlone = 1.6.1
oira.private = 0.1
Euphorie = 11.0.2
setuptools =
six = 1.10.0
zc.buildout =
zc.recipe.egg = 2.0.5
collective.indexing = 2.0
plone.recipe.zope2instance = 4.4
osa = 0.2
[sources]
Euphorie = git https://github.com/euphorie/Euphorie.git
NuPlone = git https://github.com/euphorie/NuPlone.git
[zopepy]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = zopepy
dependent-scripts = true