Advertisement
Guest User

Untitled

a guest
Feb 25th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Local DB
  2. # ~~~~~~~~
  3. #spring.datasource.url=jdbc:postgresql://localhost:5433/postgres
  4. #spring.datasource.username=postgres
  5. #spring.datasource.password=nsj4dphd
  6.  
  7. spring.datasource.url=jdbc:postgresql://localhost:5432/pip4db
  8. spring.datasource.username=postgres
  9. spring.datasource.password=13243546
  10. spring.jpa.generate-ddl=true
  11.  
  12.  
  13. # Helios DB
  14. # ~~~~~~~~~~~
  15. #spring.datasource.url=jdbc:postgresql://pg:5432/studs
  16. #spring.datasource.username=s225126
  17. #spring.datasource.password=oixJ4650
  18. #
  19. #spring.jpa.generate-ddl=true
  20.  
  21. # Other
  22. # ~~~~~~
  23. #server.port=6533
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement