Skip to content

Commit

Permalink
DB_PASSWORD Replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew George committed Oct 19, 2024
1 parent 7fba948 commit feaef4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ server.port=8080

spring.datasource.url: jdbc:mysql://${MONO_TO_MICRO_DB_ENDPOINT}:3306/unishop?useUnicode=true&characterEncoding=UTF8&&serverTimezone=UTC
spring.datasource.username: MonoToMicroUser
spring.datasource.password:${DB_PASSWORD}
spring.datasource.password:DB_PASSWORD

0 comments on commit feaef4c

Please sign in to comment.