2011-02-23 15:17:52 +00:00
|
|
|
|
# The Antville Project
|
|
|
|
|
|
# http://code.google.com/p/antville
|
|
|
|
|
|
#
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# Copyright 2001–2014 by the Workers of Antville.
|
2011-02-23 15:17:52 +00:00
|
|
|
|
#
|
|
|
|
|
|
# Licensed under the Apache License, Version 2.0 (the ``License'');
|
|
|
|
|
|
# you may not use this file except in compliance with the License.
|
|
|
|
|
|
# You may obtain a copy of the License at
|
|
|
|
|
|
#
|
|
|
|
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
#
|
|
|
|
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
|
# distributed under the License is distributed on an ``AS IS'' BASIS,
|
|
|
|
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
|
# See the License for the specific language governing permissions and
|
|
|
|
|
|
# limitations under the License.
|
2007-06-30 19:25:35 +00:00
|
|
|
|
|
2020-05-17 17:08:13 +02:00
|
|
|
|
# The current build version and date
|
|
|
|
|
|
version = 0.0.0
|
|
|
|
|
|
buildDate = 18 Oct 1971
|
|
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# The root site
|
2007-09-14 00:16:06 +00:00
|
|
|
|
rootId = 1
|
|
|
|
|
|
rootPrototype = Root
|
|
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# Antville is using UTF-8 encoding by default
|
2008-06-15 19:12:06 +00:00
|
|
|
|
charset = UTF-8
|
|
|
|
|
|
skinCharset = UTF-8
|
|
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# The main scheduler
|
2008-04-23 21:36:43 +00:00
|
|
|
|
schedulerInterval = 30
|
2003-05-29 16:11:09 +00:00
|
|
|
|
cron.scheduler.function = scheduler
|
|
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# The nightly scheduler
|
2009-12-13 22:40:16 +00:00
|
|
|
|
cron.nightly.function = nightly
|
|
|
|
|
|
cron.nightly.hour = 0
|
|
|
|
|
|
cron.nightly.minute = 0
|
2018-05-20 09:42:47 +02:00
|
|
|
|
cron.nightly.timeout = 3600
|
2009-12-13 22:40:16 +00:00
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# Cookie names
|
2013-04-07 16:24:43 +00:00
|
|
|
|
#userCookie = antvilleUser
|
|
|
|
|
|
#hashCookie = antvilleHash
|
|
|
|
|
|
|
2016-12-17 10:11:12 +01:00
|
|
|
|
# The path to CommonJS modules
|
|
|
|
|
|
commonjs.dir = ../node_modules
|
2018-04-29 23:55:57 +02:00
|
|
|
|
rhino.optlevel = -1
|
2016-12-17 10:11:12 +01:00
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# Performance tweaks
|
2010-02-08 15:46:41 +00:00
|
|
|
|
#cacheSize = 50000
|
|
|
|
|
|
#minThreads = 10
|
|
|
|
|
|
#maxThreads = 50
|
|
|
|
|
|
#sessionTimeout = 30
|
|
|
|
|
|
#requestTimeout = 10
|
|
|
|
|
|
|
2017-04-29 22:07:35 +02:00
|
|
|
|
# Options for rewriting URL output
|
2011-06-16 08:59:40 +00:00
|
|
|
|
baseUri = /
|
2011-02-23 15:17:52 +00:00
|
|
|
|
hrefFunction = processHref
|
2011-06-16 08:59:40 +00:00
|
|
|
|
#hrefRootPrototype = Site
|
2016-12-09 14:48:12 +01:00
|
|
|
|
#hrefScheme = https
|
2004-04-21 17:52:46 +00:00
|
|
|
|
|
2014-07-04 17:16:51 +02:00
|
|
|
|
# List of default and individual domain mappings
|
2011-01-05 19:00:37 +00:00
|
|
|
|
#domain.* = antville.org
|
2010-01-10 16:34:20 +00:00
|
|
|
|
#domain.foo = bar.foo.org
|