From 0cee24320b075e95ae96fa5f11cb5ea7e0e394fa Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Tue, 20 Sep 2016 10:36:03 +0200 Subject: [PATCH] add admin user to example app Signed-off-by: Michael Hirsch --- .../src/main/resources/application.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/hawkbit-example-app/src/main/resources/application.properties b/examples/hawkbit-example-app/src/main/resources/application.properties index 6e05b6b5a..1a94206bb 100644 --- a/examples/hawkbit-example-app/src/main/resources/application.properties +++ b/examples/hawkbit-example-app/src/main/resources/application.properties @@ -7,6 +7,10 @@ # http://www.eclipse.org/legal/epl-v10.html # +# User Security +security.user.name=admin +security.user.password=admin + # DDI authentication configuration hawkbit.server.ddi.security.authentication.anonymous.enabled=true hawkbit.server.ddi.security.authentication.targettoken.enabled=true