AFB.js: make HELLO the default token
authorJosé Bollo <jose.bollo@iot.bzh>
Mon, 6 Nov 2017 12:07:34 +0000 (13:07 +0100)
committerJosé Bollo <jose.bollo@iot.bzh>
Mon, 6 Nov 2017 12:07:34 +0000 (13:07 +0100)
Change-Id: I76ae307672e1268b9cc4a9194e61f884a3f7455b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
test/AFB.js
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
 };
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
 };