From e9e6bbe7ce545850cf8eb84606c15b3f5b99d947 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Bollo?= Date: Tue, 29 Aug 2017 08:57:12 +0200 Subject: [PATCH] afm-unit-debug.conf: provides a default token MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The default token is set to HELLO Change-Id: I275c8d91633f4b6aa596c6195b90f1ad7c1b0cde Signed-off-by: José Bollo --- conf/afm-unit-debug.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/afm-unit-debug.conf.in b/conf/afm-unit-debug.conf.in index 97b0c9e..bc30889 100644 --- a/conf/afm-unit-debug.conf.in +++ b/conf/afm-unit-debug.conf.in @@ -158,7 +158,7 @@ X-AFM--http-port={{:#metadata.http-port}} ExecStart=/usr/bin/afb-daemon \ --port={{:#metadata.http-port}} \ - --random-token \ + --token=HELLO \ --rootdir={{:#metadata.install-dir}} \ --workdir={{&#metadata.app-data-dir}}/{{id}} \ {{#content.type=application/vnd.agl.service}} \ -- 2.16.6