This commit is contained in:
jysperm
2014-10-13 16:00:14 +08:00
parent 5bcec4313d
commit e7f9056ff4
4 changed files with 8 additions and 66 deletions

View File

@@ -1,64 +0,0 @@
module.exports =
web:
name: 'GreenShadow'
url: 'http://greenshadow.net'
listen: '/home/rpadmin/rootpanel.sock'
google_analytics_id: 'UA-49193300-3'
account:
cookie_time: 30 * 24 * 3600 * 1000
i18n:
defaultLanguage: 'zh_CN'
availableLanguage: ['zh_CN', 'en']
plugin:
available_extensions: ['rpvhost']
available_services: ['shadowsocks']
billing:
taobao_item_id: '41040606505'
force_unsubscribe:
when_balance_below: 0
when_arrears_above: 0
cyclical_billing: 3600 * 1000
daily_billing_cycle: 24 * 3600 * 1000
plans:
shadowsocks:
t_name: 'ShadowSocks'
t_service: '按量付费'
t_resources: '0.6 CNY / G'
services: ['shadowsocks']
resources: {}
mongodb:
user: 'rpadmin'
password: 'password'
host: 'localhost'
name: 'RootPanel'
redis_password: 'password'
email:
send_from: 'robot@rpvhost.net'
account:
service: 'Postmark'
auth:
user: 'postmark-api-token'
pass: 'postmark-api-token'
bitcoin:
coinbase_api_key: 'coinbase-simple-api-key'
plugins:
rpvhost:
index_page: false
shadowsocks:
price_bucket: 0.06
monitor_cycle: 60 * 1000
billing_bucket: 100 * 1024 * 1024