Run sails.js on a specific IP address during development
You need to use local.js
in config directoty to add this config:
{
host: your_ip,
port: your_port
}
Or add port
and host
in config/env/development.js
You need to use local.js
in config directoty to add this config:
{
host: your_ip,
port: your_port
}
Or add port
and host
in config/env/development.js