mirror of
https://github.com/HackPlan/RootPanel.git
synced 2026-03-28 23:49:11 +08:00
18 lines
272 B
CoffeeScript
18 lines
272 B
CoffeeScript
module.exports =
|
|
web:
|
|
port: 3000
|
|
|
|
account:
|
|
cookieTime: 30 * 24 * 3600 * 1000
|
|
|
|
i18n:
|
|
defaultLanguage: 'zh_CN'
|
|
availableLanguage: ['zh_CN']
|
|
|
|
db:
|
|
type: 'mongo'
|
|
server: 'localhost'
|
|
name: 'RootPanel'
|
|
user: 'rpadmin'
|
|
passwd: 'passwd'
|