11 lines
169 B
Python
11 lines
169 B
Python
|
DB_DATA = {
|
||
|
"user":"root",
|
||
|
"pass":"<PASS DB MISP (ROOT)>",
|
||
|
"host":"localhost",
|
||
|
"port":3306,
|
||
|
"dbname":"misp"
|
||
|
}
|
||
|
|
||
|
CHECK_JOBS = {
|
||
|
"hours_limit": 24
|
||
|
}
|