03d997be8e
http://code.google.com/p/google-refine/issues/detail?id=576 git-svn-id: http://google-refine.googlecode.com/svn/trunk@2584 7d457c2a-affb-35e4-300a-418c747d4874
39 lines
1.1 KiB
Properties
39 lines
1.1 KiB
Properties
#
|
|
# 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.url = /
|
|
|
|
# ---------- Extensions -------------
|
|
|
|
butterfly.default.mountpoint = /extension
|
|
|
|
# ---------- Miscellaneous ----------
|
|
|
|
#butterfly.locale.language = en
|
|
#butterfly.locale.country = US
|
|
#butterfly.timeZone = GMT+09:00
|
|
|
|
# ---------- Module ------
|
|
|
|
butterfly.modules.path = modules
|
|
butterfly.modules.path = ../../extensions
|
|
# Add more paths here if your extensions live elsewhere.
|
|
# Relative paths are relative to refine/main/webapp/
|
|
|
|
butterfly.modules.wirings = WEB-INF/modules.properties
|
|
|
|
#butterfly.modules.ignore = extensions,.*-whatever
|
|
|
|
# ---------- Clustering ----
|
|
|
|
#butterfly.routing.cookie.maxage = -1
|
|
|