Select Git revision
config.json.example
-
Rudolf Copi Eckelberg authoredRudolf Copi Eckelberg authored
config.json.example 408 B
{
"port": 3000,
"ip": "127.0.0.1",
"debug" : false,
"monetdb": {
"host": "simcaqdb1",
"port": 50000,
"dbname": "simcaq_dev",
"user": "monetdb",
"password":"monetdb",
"nrConnections": "16"
},
"mongodb" : {
"uri": "mongodb://localhost/users"
},
"default": {
"api": {
"version" : "v1"
}
}
}