chat-client/settings.json

11 lines
131 B
JSON

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