wblog/config/application.yml.example

32 lines
1.1 KiB
Plaintext
Raw Normal View History

2015-04-07 01:19:09 +08:00
# This section MUST be configured
SITE_NAME: "WinDy's Blog"
2015-04-07 01:19:09 +08:00
# Admin Dashboard Management, If ADMIN_USER is blank, No One can login into Dashboard
# Recommend using your personal Email, if SENDCLOUD_USER is setted, System WILL send you notification email.
# For more detail, see: /app/models/comment.rb
2014-04-01 11:30:54 +08:00
ADMIN_USER: 'admin'
ADMIN_PASSWORD: 'admin'
2015-04-07 01:19:09 +08:00
# Rails secret token, use `rake secret` to generate new one here.
2014-04-02 17:58:43 +08:00
SECRET_TOKEN: 'e4122773d4324fce978c52cde790d84d14f7194f377aea41b7b8302d1d10150e6076a3b7e5e0c1f24ca330cf0a058482c95ea37908bba1722d0761ba5d4e566a'
#locale: en or zh-CN, zh-CN is default value
LOCALE: 'zh-CN'
2015-04-12 15:46:17 +08:00
# sidekiq redis namespace, if you configure two blog in on VPS, you should change it.
# default is wblog
REDIS_NAMESPACE: 'wblog'
2015-04-07 01:19:09 +08:00
# META description for SEO
2014-04-02 16:12:37 +08:00
INTRODUCE: '这是李亚飞的博客, 李亚飞是暂住在深圳的一名 Ruby 程序员, 这里是关于技术, 创业, 生活的思考'
2015-04-07 01:19:09 +08:00
# optional
# google analytics, blank it if you don't need
GOOGLE: ''
2014-04-01 17:09:35 +08:00
2015-04-07 01:19:09 +08:00
# Email Setting, see more: /config/environments/production.rb
MAIL_SERVER: ''
DOMAIN_NAME: ''
MAIL_USERNAME: ''
MAIL_PASSWORD: ''