Skip to content
Snippets Groups Projects
Commit 653542f6 authored by Vytor Calixto's avatar Vytor Calixto :space_invader:
Browse files

Add IP config to server.js

parent 80e7ac5f
No related branches found
No related tags found
No related merge requests found
Pipeline #
{
"port": 3000,
"debug" : true,
"monetdb": {
"host": "simcaqdb1",
"port": 50000,
"dbname": "simcaq_dev",
"user": "monetdb",
"password":"monetdb",
"nrConnections": "16"
},
"mongodb" : {
"uri": "mongodb://localhost/users"
},
"default": {
"api": {
"version" : "v1"
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment