X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-demo.git;a=blobdiff_plain;f=afb-client%2Fapp%2FFrontend%2Fetc%2FConfigApp.js;h=27e2e3eb6fa4e25f45567a316a89babcdc042b7c;hp=22cf220fb83e5b8ca096c6f9d940db4d2b95cbbe;hb=07bbb1900acc411da012291f6c0530230a1110e0;hpb=b9b2a4e990f6a0a80281bd21132152b79665c3d2 diff --git a/afb-client/app/Frontend/etc/ConfigApp.js b/afb-client/app/Frontend/etc/ConfigApp.js index 22cf220..27e2e3e 100644 --- a/afb-client/app/Frontend/etc/ConfigApp.js +++ b/afb-client/app/Frontend/etc/ConfigApp.js @@ -17,12 +17,15 @@ appli : 'images/appli/' }, - api: { // Warning paths should end with / - token : '/api/token/' + myapi: { // Warning paths should end with / + token : '/api/myplugin/xxxx' }, session: { // Those data are updated by session service + create : '/api/token/create', refresh : '/api/token/refresh', + check : '/api/token/check', + reset : '/api/token/reset', ping : '/api/token/check', initial : '123456789', // typical dev initial token timeout : 3600, // timeout is updated client sessin context creation