goaidb/config.json

24 lines
373 B
JSON

{
"server": {
"host": "0.0.0.0",
"port": 27017
},
"storage": {
"engine": "memory",
"dataPath": "/var/lib/goaidb"
},
"log": {
"appenders": {
"console": {
"type": "console",
"formatter": "text",
"options": {}
}
},
"categories": {
"default": {
"appenders": ["console"]
}
}
}
}