Guest User

Untitled

a guest
Jan 20th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. spring:
  2. datasource:
  3. driver-class-name: org.postgresql.Driver
  4. url: ${DB_HOST:localhost}:${DB_PORT:5432}/${DB_NAME:my_database}
  5. username: ${DB_USERNAME:postgres}
  6. password: ${DB_PASSWORD:postgres}
Add Comment
Please, Sign In to add comment