forked from FeeiCN/Cobra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.example
56 lines (42 loc) · 831 Bytes
/
config.example
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[cobra]
domain: 127.0.0.1:5000
# 0.0.0.0 can bind any domain
# 127.0.0.1 request localhost
host: 127.0.0.1
# default:80
port: 5000
debug: 0
logs_directory: logs
# NOTE: change it to a random string.(32\w)
secret_key: your_secret_key
[upload]
# upload src store path, default: uploads
# NOTE: no '/' or '\' at the end of the directory name.
directory: /tmp/cobra
extensions: tar.bz2|tar|gz|tgz|tar.gz|rar|zip
max_size: 200
[third_party_vulnerabilities]
# Push vulnerabilities to third vulnerabilities ?
status: 0
# Third vulnerabilities api url
api:
# Key
key:
[queue]
broker:redis://:[email protected]:7890/4
backend:redis://:[email protected]:7890/4
[database]
mysql: mysql+mysqldb://root:@127.0.0.1:3306/cobra
[email]
host:
port:
user:
password:
[report]
to:
[svn]
username:
password:
[git]
username:
password: