Updated ip address to point to dev api host.

This file should be ignore in the git until the config file parser is implemented in the code to auto point the api to the correct host
master
gitadmin 3 years ago
parent 834cb59c60
commit 6c18995a93

@ -14,8 +14,8 @@ exports.options = {
}, },
// We have to change this beacause this is running on local // We have to change this beacause this is running on local
// we have to run on this on swagger // we have to run on this on swagger
host: "localhost:3000", //Devlopemnt host on lcoal //host: "localhost:3000", //Devlopemnt host on lcoal
//host: "35.207.198.4:3000", //Production for swagger host: "35.207.198.4:3000", //Production for swagger
schemes: ["http"], schemes: ["http"],
consumes: ["application/json"], consumes: ["application/json"],
produces: ["application/json"], produces: ["application/json"],

Loading…
Cancel
Save