t00-multiuser/server/config.example.json

14 lines
213 B
JSON
Raw Normal View History

2024-04-21 15:35:47 +01:00
{
"port": 38195,
"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-04-21 15:35:47 +01:00
}
}