forked from phith0n/Minos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml.sample
31 lines (31 loc) · 1022 Bytes
/
config.yaml.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
"database":
"config": "mongodb://localhost:27017/"
"db": "minos"
"global":
"captcha":
"comment": !!bool "true"
"login": !!bool "false"
"register": !!bool "true"
"cookie_secret": !!python/unicode "secret-key"
"imagepath": "./static/upimg"
"init_money": !!int "10"
"invite_expire": !!int "604800"
"register": !!python/unicode "open"
"intranet": !!bool "false"
"debug": !!bool "false"
"site":
"description": "\u8FD9\u662F\u4E00\u4E2A\u79C1\u5BC6\u7684\u798F\u5229\u5171\u4EAB\
\u793E\u533A\uFF0C\u5206\u4EAB\u4E00\u4E9B\u6709\u610F\u601D\u7684\u4E1C\u897F\
\uFF0C\u4F46\u4E0D\u8981\u60F3\u6B6A\u4E86~~~"
"keyword": "\u5B89\u5168,\u7F51\u7EDC\u5B89\u5168,\u798F\u5229,0day,\u8BBA\u575B\
,\u793E\u533A,\u4E4C\u4E91"
"webname": "Minos\u798F\u5229\u793E\u533A"
"email":
"method": "none"
"url": "https://api.mailgun.net/v3/domain"
"key": "key-xxxxx"
"sender": "root@domain"
"session":
"db": !!int "1"
"host": "localhost"
"port": !!int "6379"