mirror of https://github.com/MISP/misp-dashboard
Updated configuration
parent
90a518cc07
commit
a9d5ca5657
|
@ -38,13 +38,15 @@ char_separator=||
|
|||
[RedisGlobal]
|
||||
host=localhost
|
||||
port=6251
|
||||
#misp_web_url = http://192.168.56.50
|
||||
misp_web_url = http://localhost
|
||||
#zmq_url=tcp://192.168.56.50:50000
|
||||
zmq_url=tcp://localhost:50000
|
||||
|
||||
[RedisLog]
|
||||
db=0
|
||||
channel=1
|
||||
channelLastContributor = lastContributor
|
||||
zmq_url=tcp://localhost:50000
|
||||
#zmq_url=tcp://192.168.56.50:50000
|
||||
|
||||
[RedisMap]
|
||||
db=1
|
||||
|
|
|
@ -0,0 +1,65 @@
|
|||
[rankTitle]
|
||||
maxLevel=16
|
||||
1=Ensign
|
||||
2=Junior Lieutenant
|
||||
3=Second Lieutenant
|
||||
4=Lieutenant
|
||||
5=Senior Lieutenant
|
||||
6=Captain
|
||||
7=Senior Captain
|
||||
8=Major
|
||||
9=Lieutenant Colonel
|
||||
10=Colonel
|
||||
11=Senior Colonel
|
||||
12=Major General
|
||||
13=Lieutenant General
|
||||
14=General
|
||||
15=Marshal
|
||||
16=Grand General
|
||||
|
||||
[rankRequirementsPnts]
|
||||
1=2
|
||||
2=4
|
||||
3=8
|
||||
4=16
|
||||
5=32
|
||||
6=64
|
||||
7=128
|
||||
8=256
|
||||
9=512
|
||||
10=1024
|
||||
11=2048
|
||||
12=4096
|
||||
13=8192
|
||||
14=16384
|
||||
15=32768
|
||||
16=65536
|
||||
|
||||
[rankRequirementsText]
|
||||
1=Contributing via sighting at least once a year
|
||||
2=Contributing via attributes or objects to events at least once a year
|
||||
3=Contributing via proposals or discussions at least once a year
|
||||
|
||||
4=Contributing via sighting to recent events
|
||||
5=Contributing proposals to recent events
|
||||
|
||||
6=Contributing by creating new events at least once a year
|
||||
7=Contributing by creating new events at least once a month
|
||||
8=Regularly creating events
|
||||
9=Regularly creating events with classification
|
||||
|
||||
10=Heavily contributing via sighting to recent events
|
||||
11=Heavily adding attributes or objects to recent events
|
||||
12=Heavily contributing proposals to recent events
|
||||
13=Heavily posting events
|
||||
14=Heavily posting events with classification
|
||||
|
||||
15=Heavily contributing quality content (delivered by instance administrators)
|
||||
16=Honorable contributor (delivered by instance administrators)
|
||||
|
||||
[HonorBadge]
|
||||
1=Has made at least one pull request on the MISP project
|
||||
2=Is a donator for the MISP project
|
||||
|
||||
[additionalInfo]
|
||||
textsArray=["Proposals means either edition, acceptation or rejection", "Recent events means event aged of one month at max", "Regularly means at least one per week" ,"Heavily means at least 10 per week", "Classification means correct tagging"]
|
Loading…
Reference in New Issue