Skip to content

Commit

Permalink
Simple example for multi-user management added
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Schabel <dominic.schabel@bosch-si.com>
  • Loading branch information
Dominic Schabel committed May 21, 2019
1 parent 59617e6 commit e82f348
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -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

0 comments on commit e82f348

Please sign in to comment.