Hi, while there are some settings in the config file that are pretty self-explanative, others aren't clear.
Is there a place where I could get a clear definition of each settings + when to use/update them?
Thank you!
{
"cluster": {
"nodeId": ""
},
"db": {
"embedded": false,
"host": "localhost",
"port": 5432,
"name": "app",
"user": "app",
"pass": "app",
"ssl": false,
"sslSkipVerify": false,
"connsMax": 0,
"connsMin": 0
},
"paths": {
"certificates": "data/certificates/",
"embeddedDbBin": "pgsql16/bin/",
"embeddedDbData": "data/database/",
"files": "data/files/",
"temp": "data/temp/",
"transfer": "data/transfer"
},
"portable": false,
"web": {
"cert": "cert.crt",
"key": "cert.key",
"listen": "0.0.0.0",
"port": 443,
"tlsMinVersion":"1.2"
}