-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdev.cfg
More file actions
39 lines (35 loc) · 761 Bytes
/
dev.cfg
File metadata and controls
39 lines (35 loc) · 761 Bytes
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
[buildout]
extends =
base.cfg
versions.cfg
parts += py i18ndude
extensions = mr.developer
always-checkout = true
auto-checkout =
plonetheme.iaem
[sources]
plonetheme.iaem = git git://github.com/d2m/plonetheme.iaem.git
## dev ## plonetheme.iaem = git git@github.com:d2m/plonetheme.iaem.git
[instance]
user = admin:admin
http-address = 8080
debug-mode = on
verbose-security = on
deprecation-warnings = on
environment-vars +=
PYTHON_EGG_CACHE ${buildout:directory}/var/.python-eggs
TMPDIR ${buildout:directory}/var/tmp
eggs +=
plone.reload
plonetheme.iaem
zcml +=
plone.reload
plonetheme.iaem
[i18ndude]
unzip = true
recipe = zc.recipe.egg
eggs = i18ndude
[py]
recipe = zc.recipe.egg
eggs = ${instance:eggs}
interpreter = py