Skip to content

Commit e82f348

Browse files
author
Dominic Schabel
committed
Simple example for multi-user management added
Signed-off-by: Dominic Schabel <[email protected]>
1 parent 59617e6 commit e82f348

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

hawkbit-runtime/hawkbit-update-server/src/main/resources/application.properties

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,10 @@ spring.rabbitmq.password=guest
2626
spring.rabbitmq.virtual-host=/
2727
spring.rabbitmq.host=localhost
2828
spring.rabbitmq.port=5672
29+
30+
# Define own users instead of default "admin" user:
31+
#hawkbit.server.im.users[0].username=hawkbit
32+
#hawkbit.server.im.users[0].password={noop}isAwesome!
33+
#hawkbit.server.im.users[0].firstname=Eclipse
34+
#hawkbit.server.im.users[0].lastname=HawkBit
35+
#hawkbit.server.im.users[0].permissions=ALL

0 commit comments

Comments
 (0)