Files
RootPanel/sample/core.config.coffee
2014-11-18 07:04:20 +08:00

71 lines
1.3 KiB
CoffeeScript

module.exports =
web:
t_name: 'plugins.rpvhost.'
url: 'http://rp.rpvhost.net'
listen: '/home/rpadmin/rootpanel.sock'
repo: 'jysperm/RootPanel'
google_analytics_id: ''
account:
cookie_time: 30 * 24 * 3600 * 1000
i18n:
available_language: ['zh_CN', 'en']
default_language: 'zh_CN'
default_timezone: 'Asia/Shanghai'
plugin:
available_extensions: []
available_services: []
billing:
currency: 'CNY'
force_freeze:
when_balance_below: 0
when_arrears_above: 0
billing_cycle: 10 * 60 * 1000
plans:
sample:
t_name: 'plans.sample.name'
t_description: 'plans.sample.description'
billing_by_time:
unit: 24 * 3600 * 1000
price: 10 / 30
services: []
resources: {}
test:
t_name: 'plans.test.name'
t_description: 'plans.test.description'
services: []
resources: {}
mongodb:
user: 'rpadmin'
password: 'password'
host: 'localhost'
name: 'RootPanel'
redis:
host: '127.0.0.1'
port: 6379
password: 'password'
prefix: 'RP'
email:
send_from: 'robot@rpvhost.net'
account:
service: 'Postmark'
auth:
user: 'postmark-api-token'
pass: 'postmark-api-token'
plugins: {}