Skip to content

Commit

Permalink
Add a default value for some properties mapped to env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-bekhta committed Dec 2, 2024
1 parent a96f450 commit 909082d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ quarkus.management.auth.permission.health.paths=/q/health/*
# Basic security for management:
quarkus.security.users.embedded.enabled=true
quarkus.security.users.embedded.plain-text=true
quarkus.security.users.embedded.users."management-user"=${MANAGEMENT_USER_PASSWORD}
quarkus.security.users.embedded.users."management-user"=${MANAGEMENT_USER_PASSWORD:not-a-password}
#
# Scheduler:
# >> By default, the scheduler is not started unless a @Scheduled business method is found.
Expand Down

0 comments on commit 909082d

Please sign in to comment.