1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/pebble/files/pebble.properties.in
Mathieu Arnold c7dd9d68a4 Yet another props cleanup commit.
With hat:	portmgr
Sponsored by:	Absolight
2014-01-24 00:14:07 +00:00

23 lines
802 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