My A1 Passion Project

application.properties 1.0KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # ===============================
  2. # TOMCAT
  3. # ===============================
  4. #server.address=127.0.0.1
  5. #server.error.whitelabel.enabled=true
  6. ## ===============================
  7. ## = LOGGING
  8. ## ===============================
  9. #logging.level.org.springframework.web=DEBUG
  10. #logging.level.org.hibernate=ERROR
  11. #
  12. ## ===============================
  13. ## = DATA SOURCE
  14. ## ===============================
  15. #spring.datasource.url=jdbc:mysql://localhost:3306/pcap
  16. #spring.datasource.username=root
  17. #spring.datasource.password=
  18. #spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  19. #spring.datasource.tomcat.max-wait=10000
  20. #spring.datasource.tomcat.max-active=5
  21. #spring.datasource.tomcat.test-on-borrow=true
  22. #
  23. ## ===============================
  24. ## = JPA / HIBERNATE
  25. ## ===============================
  26. #spring.jpa.show-sql = true
  27. #spring.jpa.hibernate.ddl-auto = create-drop
  28. ##change to update once functional
  29. #app.config.redis.host=localhost
  30. #app.config.redis.port=6379
  31. #app.config.redis.user=
  32. #app.config.redis.password=
  33. spring.redis.host= localhost
  34. spring.redis.port= 6379