23 lines
No EOL
352 B
JSON
23 lines
No EOL
352 B
JSON
{
|
|
"ports": {
|
|
"http": 39194,
|
|
"ws": 39195
|
|
},
|
|
"session": {
|
|
"validity": 86400,
|
|
"length": 64,
|
|
"secret": "changeme"
|
|
},
|
|
"githost": "localhost:3000",
|
|
"database": {
|
|
"address": "localhost",
|
|
"port": 3306,
|
|
"username": "user",
|
|
"password": "password",
|
|
"name": "MultiProbe",
|
|
"pbkdf2": {
|
|
"itterations": 10000,
|
|
"keylength": 64
|
|
}
|
|
}
|
|
} |