-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbase.cfg
53 lines (43 loc) · 886 Bytes
/
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
[buildout]
show-picked-versions = true
extensions =
mr.developer
parts =
instance
test
# we use tox for testing and linting, by default
# code-analysis
omelette
plone-helper-scripts
vscode
develop = .
[instance]
recipe = plone.recipe.zope2instance
user = admin:admin
http-address = 8080
environment-vars =
zope_i18n_compile_mo_files true
eggs =
Plone
Pillow
# Products.PrintingMailHost
[vscode]
recipe = collective.recipe.vscode
eggs = ${instance:eggs}
autocomplete-use-omelette = True
# [code-analysis]
# recipe = plone.recipe.codeanalysis
# directory = ${buildout:directory}/src/plone
# return-status-codes = False
[omelette]
recipe = collective.recipe.omelette
eggs = ${instance:eggs}
[plone-helper-scripts]
recipe = zc.recipe.egg
eggs =
Products.CMFPlone
${instance:eggs}
interpreter = zopepy
scripts =
zopepy
[versions]