X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=afb-client%2Fapp%2FFrontend%2Fservices%2FConfigApp.js;h=cafda3fe75712f8898b220dc1b5ffa020793192b;hb=fbdd26b4a4aa8eb3d83333fe44e93590bc174e11;hp=f36d79b3d84aa8176b8f10784ee03dce96040f39;hpb=475508baa9f0b21087eb85048d51af342aa09692;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 f36d79b..cafda3f 100644 --- a/afb-client/app/Frontend/services/ConfigApp.js +++ b/afb-client/app/Frontend/services/ConfigApp.js @@ -16,6 +16,15 @@ api: { // Warning paths should end with / token : '/api/token/' + }, + + session: { // Those data are updated by session service + refresh : '/api/token/refresh', + check : '/api/token/check', + token : '123456789', // typical dev initial token + timeout : 3600, // timeout is updated client sessin context creation + uuid : '', // uuid map with cookie or long term session access key + pingrate: 60 // Ping rate to check if server is still alive } };