X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=afb-client%2Fapp%2FFrontend%2Fservices%2FConfigApp.js;h=310ef881324b7de33c4c64b2103b1fea8aecde4f;hb=5669aa501d13221bbbedb93b5358d3f8073310c7;hp=cafda3fe75712f8898b220dc1b5ffa020793192b;hpb=fbdd26b4a4aa8eb3d83333fe44e93590bc174e11;p=src%2Fapp-framework-demo.git diff --git a/afb-client/app/Frontend/services/ConfigApp.js b/afb-client/app/Frontend/services/ConfigApp.js index cafda3f..310ef88 100644 --- a/afb-client/app/Frontend/services/ConfigApp.js +++ b/afb-client/app/Frontend/services/ConfigApp.js @@ -20,11 +20,12 @@ session: { // Those data are updated by session service refresh : '/api/token/refresh', - check : '/api/token/check', - token : '123456789', // typical dev initial token + ping : '/api/token/check', + 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 } };