From 50ab763bc31cb9e32bcb7e08e1f2be502fc50a5f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 3 Dec 2019 14:54:48 +0100 Subject: [PATCH] Remove tokens MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Tokens are no more managed by the binder. Bug-AGL: SPEC-2968 Change-Id: Iabcbc6e900811cd88729f007bb16ba493d0c0651 Signed-off-by: José Bollo --- conf/unit/binder.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/unit/binder.inc b/conf/unit/binder.inc index a94e69d..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 \ -- 2.16.6