forked from zepheira/backstage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbutterfly.properties
More file actions
54 lines (39 loc) · 1.5 KB
/
butterfly.properties
File metadata and controls
54 lines (39 loc) · 1.5 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
#
# Butterfly Configuration
#
# NOTE: properties passed to the JVM using '-Dkey=value' from the command line
# override the settings in this file.
# indicates the URL path where butterfly is available in the proxy URL space
# as there is no way of knowing otherwise as this information is not
# transferred thru the HTTP protocol or otherwise (different story if
# the appserver is connected thru a different protocol such as AJP)
butterfly.name = Backstage
butterfly.default.zone = backstage
butterfly.zone.backstage = /backstage
butterfly.url = /backstage
# ---------- Miscellaneous ----------
#butterfly.locale.language = en
#butterfly.locale.country = US
#butterfly.timeZone = GMT+09:00
# ---------- Modules ------
# NOTE: these are relative to the webapp context dir when used in
# a proper java webapp, but get overloaded when butterfly is launched
# from the command line in development mode, so don't touch them here
butterfly.modules.path = .
butterfly.modules.wirings = WEB-INF/modules.properties
# --------- Clustering ----------
butterfly.routing.cookie.maxage = 172800
# 172800 sec = 2 days
# ---------- Backstage -----------------
# --------- Cache ----------------
whirlycache = true
whirlycache.size = 10000
#memcached = 1
#memcached.connections.init = 5
#memcached.connections.min = 5
#memcached.connections.max = 250
#memcached.connections.idle.max = 3600
#memcached.1.host = libaxis2.mit.edu:11000
#memcached.1.weight = 1
#memcached.2.host = libaxis2.mit.edu:11001
#memcached.2.weight = 1