pebble.properties

来自「pebble-blog 博客源码博客源码博客源码」· PROPERTIES 代码 · 共 21 行

PROPERTIES
21
字号
# the location where your Pebble data is stored, default is ${user.home}/pebble
dataDirectory=${user.home}/pebble

# 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?