aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2017-08-29 08:57:12 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2017-08-29 12:21:25 +0200
commite9e6bbe7ce545850cf8eb84606c15b3f5b99d947 (patch)
tree811722f585ea5045c26913fda353892792f0e199
parent10ca2afd9ef6413d5a2ada35b1d3a12c2cf96df1 (diff)
afm-unit-debug.conf: provides a default token
The default token is set to HELLO Change-Id: I275c8d91633f4b6aa596c6195b90f1ad7c1b0cde Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r--conf/afm-unit-debug.conf.in2
1 files changed, 1 insertions, 1 deletions
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}} \