forked from liqd/adhocracy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
57 lines (49 loc) · 1.78 KB
/
buildout.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
54
55
56
57
##############################################################################
# Custom buildout to install adhocracy with all dependencies
#
##############################################################################
[buildout]
# Chose the dependency buildout files to extend
extends =
#basic-extends:
versions.cfg
buildouts/base.cfg
buildouts/lxml.cfg
buildouts/adhocracy.cfg
# buildouts/adhocracy_theming.cfg
buildouts/stylesheets.cfg
buildouts/memcache.cfg
buildouts/solr.cfg
buildouts/redis.cfg
#development-extends (please comment for production):
buildouts/developtools.cfg
# buildouts/testrecorder.cfg
buildouts/codecheck.cfg
buildouts/mailserver.cfg
#productive-extends:
# buildouts/postgres.cfg
# buildouts/system_postgres.cfg
# buildouts/adhocracy_setup_database.cfg
# buildouts/apache.cfg
# buildouts/varnish.cfg
# buildouts/sysvinit.cfg
#cleanup:
buildouts/cleanup_pyc.cfg
##############################################################################
# Override System Settings
##############################################################################
[domains]
main = adhocracy.lan
[ports]
main = 5001
#Please read the various cfg files for the ports of the background services
##############################################################################
# Override postgres settings
##############################################################################
[postgres]
#Please read buildouts/postgres.cfg to see all options for this part
##############################################################################
# Override Adhocracy settings
##############################################################################
[adhocracy]
#Please read buildouts/adhocracy.cfg to see all options for this part