chat-client/settings.json

11 lines
130 B
JSON

{
"rsa": {
"file": {
"public": "key.pub",
"private": "key"
},
"size": 2048,
"in_memory": true
}
}