Advertisement
Guest User

Untitled

a guest
Aug 8th, 2017
463
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. app.db.driver=org.postgresql.Driver
  2. app.db.jdbcurl=jdbc:postgresql://localhost:5432/${artifactId}
  3. app.db.user=postgres
  4. app.db.password=postgres
  5. app.db.poolSize=10
  6. autoparche.skip=false
  7. autoparche.modo=UPDATE
  8. app.email.host=smtp.gmail.com
  9. app.email.port=587
  10. app.email.username=prueba.zeke@gmail.com
  11. app.email.password=zekepass
  12. app.email.fromname=prueba
  13. app.email.frommail=prueba.zeke@gmail.com
  14. app.data.dir=/tmp
  15. tomcat.skip=true
  16. tomcat.managerUrl=http://localhost:8080/manager/text
  17. tomcat.username=admin
  18. tomcat.password=cambiame
  19. uitest.testurl=http://localhost:8080/${artifactId}/
  20. uitest.seleniumserver.browsercapabilities=firefox
  21. uitest.seleniumserver.remoteaddress=http://localhost:4444/wd/hub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement