1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/www/pebble/files/pebble.properties.in
Herve Quiroz 080c09e0da Pebble is a lightweight, open source, Java EE blogging tool. It's small, fast
and feature-rich with unrivalled ease of installation and use. Blog content is
stored as XML files on disk and served up dynamically, so there's no need to
install a database. All maintenance and administration can be performed through
your web browser, making Pebble ideal for anybody who is constantly on the move
or doesn't have direct access to their host.

WWW:	http://pebble.sourceforge.net
2009-02-06 13:55:50 +00:00

23 lines
824 B
Properties

# $FreeBSD$
# the location where your Pebble data is stored, default is ${pebble.home}/pebble
dataDirectory=%%PEBBLE_HOME%%
# the base URL (can start http:// or https://) where your blog is hosted, default is auto-discover at runtime
url=
# the secure URL (starting https://), which should only be set if you intend to use secure login
secureUrl=
# a flag to indicate whether Pebble is running in multi-blog mode, default is false
multiBlog=false
# the name/IP address of the server through which e-mail is sent, or a JNDI name starting java:/comp/env pointing to a preconfigured javax.mail.Session instance
smtpHost=java:comp/env/mail/Session
# the maximum file upload size in KB
fileUploadSize=10240
# a flag to indicate whether user themes are enabled, default is true
userThemesEnabled=true