forked from 4teamwork/opengever.core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
development.cfg
51 lines (41 loc) · 1.52 KB
/
development.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
[buildout]
extends =
base-plone-4.3.x.cfg
https://raw.githubusercontent.com/4teamwork/gever-buildouts/master/standard-dev.cfg
https://raw.githubusercontent.com/4teamwork/ftw-buildouts/master/plone-development-tika.cfg
https://raw.github.com/4teamwork/ftw-buildouts/master/bumblebee.cfg
sphinx.cfg
https://raw.githubusercontent.com/4teamwork/ftw-buildouts/master/format-xml.cfg
always-checkout = false
ogds-db-name = opengever
development-parts +=
${buildout:sphinx-parts}
development-parts -=
# Disable generating a bin/i18n-build script (from plone-development.cfg),
# because we have our own copy of bin/i18n-build committed in git.
i18n-build
# this re-adds parts that would be dropped otherwise since buildout cannot really deal
# with our complicated inheritance hierarchy
parts +=
${buildout:early-parts}
${buildout:tool-parts}
${buildout:test-parts}
${buildout:code-audit-parts}
${buildout:i18n-parts}
# example mysql configuration
#ogds-db-name = opengever
#ogds-db-user = opengever
#ogds-db-pw = opengever
#ogds-dsn = mysql://${buildout:ogds-db-user}:${buildout:ogds-db-pw}@localhost/${buildout:ogds-db-name}?charset=utf8
#ogds-db-driver = MySQL-python
[upgrade]
eggs += ftw.upgrade[colors]
[instance]
zserver-threads = 4
environment-vars +=
BUMBLEBEE_APP_ID gever_dev
BUMBLEBEE_INTERNAL_PLONE_URL http://localhost:${instance:http-address}/fd
BUMBLEBEE_PUBLIC_URL http://localhost:3000/
[test]
initialization +=
os.environ['SABLON_BIN'] = '${buildout:sablon-executable}'