-
Notifications
You must be signed in to change notification settings - Fork 1
/
dev.cfg
53 lines (46 loc) · 1010 Bytes
/
dev.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]
extends =
base.cfg
sources.cfg
extensions =
mr.developer
parts +=
zopepy
zodbconvert
always-checkout = force
auto-checkout +=
collective.pivot
imio.smartweb.common
imio.smartweb.core
imio.smartweb.locales
imio.smartweb.policy
pas.plugins.imio
[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
interpreter = zopepy
scripts = zopepy zodbconvert
[zodbconvert]
recipe = zc.recipe.egg
eggs = ${zopepy:eggs}
scripts = zodbconvert