-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdev.cfg
More file actions
55 lines (49 loc) · 1.06 KB
/
dev.cfg
File metadata and controls
55 lines (49 loc) · 1.06 KB
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
[buildout]
extends =
base.cfg
sources.cfg
extensions =
mr.developer
parts +=
zopepy
zodbconvert
auto-checkout +=
collective.pivot
imio.smartweb.core
imio.smartweb.common
imio.smartweb.locales
imio.smartweb.policy
collective.preventactions
pas.plugins.imio
pas.plugins.kimug
collective.big.bang
collective.upgrade
[instance]
debug-mode = on
verbose-security = on
user = admin:admin
# eggs +=
# ${debug-products:eggs}
resources = ${buildout:directory}/resources
zcml-additional =
<configure xmlns:solr="http://namespaces.plone.org/solr">
<solr:connection host="localhost" port="8983" base="/solr/web"/>
</configure>
environment-vars +=
COLLECTIVE_SOLR_HOST localhost
COLLECTIVE_SOLR_PORT 8983
COLLECTIVE_SOLR_BASE /solr/web
COLLECTIVE_SOLR_LOGIN solr
COLLECTIVE_SOLR_PASSWORD SolrRocks
[zopepy]
recipe = zc.recipe.egg
eggs =
${instance:eggs}
RelStorage
psycopg2-binary
interpreter = zopepy
scripts = zodbconvert
[zodbconvert]
recipe = zc.recipe.egg
eggs = ${zopepy:eggs}
scripts = zodbconvert