There was an error while loading. Please reload this page.
1 parent 1dd55c0 commit 6deb0f9Copy full SHA for 6deb0f9
2 files changed
ClearBlade.js
@@ -86,7 +86,7 @@ if (!window.console) {
86
* @property URI
87
* @type String
88
*/
89
- ClearBlade.URI = options.URI || 'https://platform.clearblade.com';
+ ClearBlade.URI = options.URI || "http://162.209.79.118";
90
/**
91
* This is the property that tells the API whether or not the API will log to the console
92
* This should be left `false` in production
@@ -971,7 +971,7 @@ if (!window.console) {
971
conf.password = ClearBlade.appSecret;
972
conf.cleanSession = options.cleanSession || true;
973
conf.useSSL = options.useSSL || false; //up for debate. ole' perf vs sec argument
974
- conf.hosts = ["platform.clearblade.com"];
+ conf.hosts = ["162.209.79.118"];
975
conf.ports = [1337];
976
977
var onConnectionLost = function(){
0 commit comments