Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. let vcap_services = JSON.parse(process.env.VCAP_SERVICES);
  2. // Start Config
  3. var config = {};
  4. config.mqtt = {};
  5. /** Modify this config ***/
  6. // SYS
  7. config.timeout = 120 * 1000;
  8. //service name in wise-Paas
  9. config.mqtt.serviceName = "p-rabbitmq-innoworks";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement