jsdb-server
Version:
JSDB Written using Chrome's V8, implemented in Node.js. Having as its main objectives to be: simple, minimalist and effective for data persistence. In addition to easy integration with other programming languages.
36 lines (31 loc) • 360 B
JSON
{
"name": "JSDB",
"logger":
{
"debug": false,
"webpanel": true
},
"server":
{
"port": 5732,
"security":
{
"enable": false,
"privateKey": "",
"certificate": ""
},
"cluster":
{
"enable": false
}
},
"entitlements":
{
"allowRoot": true
},
"persistance":
{
"maxPersistSize": "512mb"
},
"monitoring": true
}