Skip to content

Commit

Permalink
create env for admin password
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetancollaud committed Feb 8, 2024
1 parent 22f08f1 commit 7091852
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aggregator/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ kafka:
url: http://localhost:8081

cc:
admin-password: admin
topics:
pricing-rules: pricing-rules
context-data: context-data
Expand Down Expand Up @@ -62,7 +63,7 @@ quarkus:
enabled: true
plain-text: true
users:
admin: kpwx06KsQ2Sbi7Tp2N2l
admin: ${cc.admin-password}
roles:
admin: ADMIN
http:
Expand Down

0 comments on commit 7091852

Please sign in to comment.