/// /// var settings: ISettings = require("./settings"); settings.nodeHost = "127.0.0.3"; // Internal IP of primary node admin server (if needed, make this an internal load balancer) settings.nodePort = 8080; settings.nodeUrl = "http://127.0.0.3:8080"; settings.apiUrl = "https://us-west-api.netapplications.com"; export = settings;