-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuildout.cfg
51 lines (45 loc) · 1.21 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
49
50
51
# This is a locally used development-buildout
[buildout]
eggs-directory = eggs
extends =
pinned_versions.cfg
floating_versions.cfg
hotfixes/4.3.20.cfg
# https://raw.github.com/imatem/plone-dev.cfg-files/master/pinned_versions.cfg
# https://raw.github.com/imatem/plone-dev.cfg-files/master/floating_versions.cfg
# https://raw.github.com/imatem/plone-dev.cfg-files/master/hotfixes/4.3.15.cfg
# install requirements whose versions aren’t pinned?
allow-picked-versions = false
show-picked-versions = true
# extensions = plone.versioncheck
languages = en es
parts =
instance
omelette
eggs =
plone.api
Products.FacultyStaffDirectory
collective.exportimport
[instance]
recipe = plone.recipe.zope2instance
eggs =
Plone
Pillow
${buildout:eggs}
plone.restapi
http-address = 8080
user = admin:admin
environment-vars =
PTS_LANGUAGES ${buildout:languages}
zope_i18n_allowed_languages ${buildout:languages}
zope_i18n_compile_mo_files true
debug-mode = on
verbose-security = on
deprecation-warnings = on
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[versions]
# !! keep in sync with requirements.txt !!
setuptools = 42.0.2
zc.buildout = 2.13.5