Skip to content

Commit 6deb0f9

Browse files
committed
Fixing tests
1 parent 1dd55c0 commit 6deb0f9

2 files changed

Lines changed: 322 additions & 318 deletions

File tree

ClearBlade.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (!window.console) {
8686
* @property URI
8787
* @type String
8888
*/
89-
ClearBlade.URI = options.URI || 'https://platform.clearblade.com';
89+
ClearBlade.URI = options.URI || "http://162.209.79.118";
9090
/**
9191
* This is the property that tells the API whether or not the API will log to the console
9292
* This should be left `false` in production
@@ -971,7 +971,7 @@ if (!window.console) {
971971
conf.password = ClearBlade.appSecret;
972972
conf.cleanSession = options.cleanSession || true;
973973
conf.useSSL = options.useSSL || false; //up for debate. ole' perf vs sec argument
974-
conf.hosts = ["platform.clearblade.com"];
974+
conf.hosts = ["162.209.79.118"];
975975
conf.ports = [1337];
976976

977977
var onConnectionLost = function(){

0 commit comments

Comments
 (0)