Skip to content

Commit

Permalink
chore: add default value to admin env
Browse files Browse the repository at this point in the history
  • Loading branch information
psychology50 committed Feb 8, 2025
1 parent 9995297 commit 9249843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pennyway-app-external-api/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ pennyway:
rabbitmq:
validate-connection: true
admin:
phone: ${PENNYWAY_ADMIN_PHONE}
password: ${PENNYWAY_ADMIN_PASSWORD}
phone: ${PENNYWAY_ADMIN_PHONE:1234567890}
password: ${PENNYWAY_ADMIN_PASSWORD:1234567890}

---
spring:
Expand Down

0 comments on commit 9249843

Please sign in to comment.