Guest User

Untitled

a guest
Dec 15th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://localhost:5432/mydatabase
  2. spring.datasource.username=postgres
  3. spring.datasource.password=12345
  4.  
  5. spring.datasource.url=jdbc:postgresql://serveripaddresse:5432/gcommerce
  6. spring.datasource.username=postgres
  7. spring.datasource.password=12345
Add Comment
Please, Sign In to add comment