Skip to content

Commit

Permalink
Add default empty value for pushgateway password (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivershen-wow committed Feb 13, 2023
1 parent fe388f0 commit 0b34efc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion center/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ management:
job: ${spring.application.name}
push-rate: 10s
username: ${PUSHGATEWAY_USERNAME:admin}
password: ${PUSHGATEWAY_PASSWORD}
password: ${PUSHGATEWAY_PASSWORD:}

0 comments on commit 0b34efc

Please sign in to comment.