diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-12-03 14:54:48 +0100 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-12-03 18:37:21 +0100 |
commit | 50ab763bc31cb9e32bcb7e08e1f2be502fc50a5f (patch) | |
tree | ac6e7f04412497982deb6a06ea7188c78f306eff /conf/unit | |
parent | 581f99c340d6b697b3b503df683e4bdeb59736d1 (diff) |
Remove tokens
Tokens are no more managed by the binder.
Bug-AGL: SPEC-2968
Change-Id: Iabcbc6e900811cd88729f007bb16ba493d0c0651
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/unit')
-rw-r--r-- | conf/unit/binder.inc | 2 |
1 files changed, 0 insertions, 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 \ |