Created
November 17, 2023 07:03
-
-
Save mahata/efe9fbdfb28b9f28882ee261360ff830 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring: | |
datasource: | |
url: jdbc:postgresql://${POSTGRES_HOST:localhost}:${POSTGRES_PORT:54321}/${POSTGRES_DB:spring-db} | |
username: ${POSTGRES_USER:spring-user} | |
password: ${POSTGRES_PASSWORD:password} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment