2024-04-21 15:35:47 +01:00
|
|
|
{
|
2024-04-22 16:05:42 +01:00
|
|
|
"ports": {
|
2024-04-26 03:01:06 +01:00
|
|
|
"http": 39194,
|
2024-07-03 23:47:45 +01:00
|
|
|
"ws": 39195,
|
|
|
|
"metrics": 9100
|
2024-04-22 16:05:42 +01:00
|
|
|
},
|
2024-04-23 00:58:07 +01:00
|
|
|
"session": {
|
2024-10-13 14:13:33 +01:00
|
|
|
"validity": 86400000,
|
2024-04-23 00:58:07 +01:00
|
|
|
"length": 64,
|
|
|
|
"secret": "changeme"
|
|
|
|
},
|
2024-04-26 10:21:27 +01:00
|
|
|
"githost": "localhost:3000",
|
2024-04-21 15:35:47 +01:00
|
|
|
"database": {
|
|
|
|
"address": "localhost",
|
|
|
|
"port": 3306,
|
|
|
|
"username": "user",
|
|
|
|
"password": "password",
|
2024-04-22 02:01:14 +01:00
|
|
|
"name": "MultiProbe",
|
|
|
|
"pbkdf2": {
|
|
|
|
"itterations": 10000,
|
|
|
|
"keylength": 64
|
|
|
|
}
|
2024-10-13 12:41:45 +01:00
|
|
|
},
|
|
|
|
"badge": {
|
|
|
|
"key": "hidden :)"
|
2024-04-21 15:35:47 +01:00
|
|
|
}
|
|
|
|
}
|