Skip to content

Instantly share code, notes, and snippets.

@mahata
Created November 17, 2023 07:03
Show Gist options
  • Save mahata/efe9fbdfb28b9f28882ee261360ff830 to your computer and use it in GitHub Desktop.
Save mahata/efe9fbdfb28b9f28882ee261360ff830 to your computer and use it in GitHub Desktop.
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