diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-17 00:47:38 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-17 00:47:38 +0100 |
commit | 5669aa501d13221bbbedb93b5358d3f8073310c7 (patch) | |
tree | 832f7ce58eaa4ade90f78533ee7703accbfd224c /afb-client/app/Frontend/services | |
parent | 98522d2a6ce7c7a709728872ed892970d0a1df7b (diff) |
Cleanup
Diffstat (limited to 'afb-client/app/Frontend/services')
-rw-r--r-- | afb-client/app/Frontend/services/ConfigApp.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/afb-client/app/Frontend/services/ConfigApp.js b/afb-client/app/Frontend/services/ConfigApp.js index adec5ac..310ef88 100644 --- a/afb-client/app/Frontend/services/ConfigApp.js +++ b/afb-client/app/Frontend/services/ConfigApp.js @@ -21,10 +21,11 @@ session: { // Those data are updated by session service refresh : '/api/token/refresh', ping : '/api/token/check', - token : '123456789', // typical dev initial token + initial : '123456789', // typical dev initial token timeout : 3600, // timeout is updated client sessin context creation + pingrate: 60, // Ping rate to check if server is still alive uuid : '', // uuid map with cookie or long term session access key - pingrate: 60 // Ping rate to check if server is still alive + token : '' // will be returned from authentication } }; |