mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
54 lines
1.3 KiB
CoffeeScript
54 lines
1.3 KiB
CoffeeScript
module.exports =
|
|
web:
|
|
url: 'http://rp3.rpvhost.net'
|
|
port: 3000
|
|
|
|
account:
|
|
invalid_username: [
|
|
'root', 'daemon', 'bin', 'sys', 'sync', 'games', 'man', 'lp', 'mail', 'colord', 'nobody',
|
|
'syslog', 'sshd', 'ntp', 'memcache', 'mongodb', 'rpadmin', 'postfix', 'libuuid', 'mysql',
|
|
'news', 'uucp', 'proxy', 'www-data', 'backup', 'list', 'irc', 'gnats', 'messagebus'
|
|
]
|
|
cookie_time: 30 * 24 * 3600 * 1000
|
|
|
|
i18n:
|
|
defaultLanguage: 'zh_CN'
|
|
availableLanguage: ['zh_CN']
|
|
|
|
ticket:
|
|
availableType: [
|
|
'linux', 'nodejs', 'php', 'python', 'rootpanel'
|
|
]
|
|
|
|
plugin:
|
|
availablePlugin: ['linux', 'ssh', 'phpfpm', 'mysql', 'nginx', 'memcached']
|
|
|
|
plans:
|
|
all:
|
|
price: 10
|
|
t_name: '所有服务(默认)'
|
|
t_service: '支持所有服务'
|
|
t_resources: '磁盘: 520MB, 内存: 27MB, 流量: 37GB'
|
|
services: ['linux', 'ssh', 'phpfpm', 'mysql', 'nginx', 'memcached']
|
|
resources:
|
|
cpu: 144
|
|
storage: 520
|
|
transfer: 39
|
|
memory: 27
|
|
|
|
mongodb: 'mongodb://rpadmin:password@localhost/RootPanel'
|
|
|
|
bitcoin:
|
|
forward_to: '1FjhhWrzAvb9YD4tVdbE6wrSoHSwxMJoWe'
|
|
confirmations: 1
|
|
|
|
plugins:
|
|
linux:
|
|
monitor_cycle: 30 * 1000
|
|
|
|
mysql:
|
|
connection:
|
|
host: 'localhost'
|
|
user: 'rpadmin'
|
|
password: 'password'
|