t00-multiuser/server/config.example.json

22 lines
322 B
JSON

{
"ports": {
"http": 38194,
"ws": 39195
},
"session": {
"validity": 86400,
"length": 64,
"secret": "changeme"
},
"database": {
"address": "localhost",
"port": 3306,
"username": "user",
"password": "password",
"name": "MultiProbe",
"pbkdf2": {
"itterations": 10000,
"keylength": 64
}
}
}