X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=conf%2Funit%2Fbinder.inc;h=ba5049edf17fb669d8f073bc91e0f6033b92941c;hb=50ab763bc31cb9e32bcb7e08e1f2be502fc50a5f;hp=58f877f898fd5bdf91d10769e407d18f52f6b695;hpb=77bd42075de481ae89f6a5b2bc8a79bf967d95cd;p=src%2Fapp-framework-main.git diff --git a/conf/unit/binder.inc b/conf/unit/binder.inc index 58f877f..ba5049e 100644 --- a/conf/unit/binder.inc +++ b/conf/unit/binder.inc @@ -18,14 +18,12 @@ IF_AGL_DEVEL \ --verbose \ --monitoring \ --port={{:#metatarget.http-port}} \ - --token=HELLO \ --roothttp=ON_CONTENT(application/vnd.agl.service, ., ON_PERM(:public:no-htdocs, ., htdocs)) \ ELSE \ IF_CONTENT(application/vnd.agl.service) \ --no-httpd \ ELSE \ --port={{:#metatarget.http-port}} \ - --random-token \ --roothttp=ON_PERM(:public:no-htdocs, ., htdocs) \ ENDIF \ ENDIF \ @@ -46,6 +44,7 @@ ENDIF \ ON_VALUE(dbus, --dbus-server={{name}}) \ ON_VALUE(tcp, --ws-server=tcp:{{name}}) \ {{/provided-api}} \ + ON_PERM(:platform:apis:auto-ws, --auto-api=API_PATH_WS) \ ON_CONTENT(text/html, --exec /usr/bin/web-runtime http://localhost:@p/{{content.src}}?token=@t) \ ON_CONTENT(application/vnd.agl.native, --exec {{:#metadata.install-dir}}/{{content.src}} @p @t) %nl