AFB.js: make HELLO the default token
[src/app-framework-binder.git] / test / monitoring / AFB.js
index ea70357..ed2ffc2 100644 (file)
@@ -21,7 +21,7 @@ if (typeof base != "object")
 
 var initial = {
        base: base.base || "api",
-       token: base.token || initialtoken || "hello",
+       token: base.token || initialtoken || "HELLO",
        host: base.host || window.location.host,
        url: base.url || undefined
 };