From e82f348063dec9c2a08adbfb4371cdbc7abc87ba Mon Sep 17 00:00:00 2001 From: Dominic Schabel Date: Tue, 21 May 2019 13:34:07 +0200 Subject: [PATCH] Simple example for multi-user management added Signed-off-by: Dominic Schabel --- .../src/main/resources/application.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hawkbit-runtime/hawkbit-update-server/src/main/resources/application.properties b/hawkbit-runtime/hawkbit-update-server/src/main/resources/application.properties index 1f1c036e2b..9f94ae9852 100644 --- a/hawkbit-runtime/hawkbit-update-server/src/main/resources/application.properties +++ b/hawkbit-runtime/hawkbit-update-server/src/main/resources/application.properties @@ -26,3 +26,10 @@ spring.rabbitmq.password=guest spring.rabbitmq.virtual-host=/ spring.rabbitmq.host=localhost spring.rabbitmq.port=5672 + +# Define own users instead of default "admin" user: +#hawkbit.server.im.users[0].username=hawkbit +#hawkbit.server.im.users[0].password={noop}isAwesome! +#hawkbit.server.im.users[0].firstname=Eclipse +#hawkbit.server.im.users[0].lastname=HawkBit +#hawkbit.server.im.users[0].permissions=ALL