Guest User

Untitled

a guest
May 21st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. application.name=lixo
  2. application.mode=dev
  3. application.secret=veuN1O6Sa4roIvfzxKX6tUCS6xJ4bqkT2R8FLf2vgot8knjTmeqdXuwHIdgRg87C
  4. date.format=dd-MM-yyyy
  5.  
  6. java.source=1.6
  7.  
  8. db.url=jdbc:postgresql:lixo_dev
  9. db.driver=org.postgresql.Driver
  10. db.user=postgres
  11. db.pass=postgres
  12.  
  13. db.pool.timeout=1000
  14. db.pool.maxSize=30
  15. db.pool.minSize=10
  16.  
  17. jpa.dialect=org.hibernate.dialect.PostgreSQLDialect
  18. jpa.ddl=update
  19. jpa.debugSQL=true
  20. hibernate.use_sql_comments=true
  21.  
  22. mail.smtp=mock
  23.  
  24. %test.application.mode=dev
  25.  
  26. %test.db.url=jdbc:postgresql:lixo_test
  27. %test.db.driver=org.postgresql.Driver
  28. %test.db.user=postgres
  29. %test.db.pass=postgres
  30. %test.jpa.ddl=update
  31.  
  32. %test.mail.smtp=mock
Add Comment
Please, Sign In to add comment