DocumentServer/NodeJsProjects/CoAuthoring/sources/config.json

11 lines
150 B
JSON
Raw Normal View History

2014-07-05 18:22:49 +00:00
{
"server": {
"port": 8000,
"mode": "development"
},
"no_mongodb": {
"host": "localhost",
"port": 8000,
"database": "coAuthoring"
}
}