Sin descripción

example.yml 805B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # Database settings.
  2. database:
  3. # the name of your JDBC driver
  4. driverClass: org.h2.Driver
  5. # the username
  6. user: sa
  7. # the password
  8. password: sa
  9. # the JDBC URL
  10. url: jdbc:h2:./target/example
  11. server:
  12. type: simple
  13. connector:
  14. type: http
  15. port: 3000
  16. applicationContextPath: /
  17. # Logging settings.
  18. logging:
  19. # The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
  20. level: INFO
  21. # Logger-specific levels.
  22. loggers:
  23. com.example.app: DEBUG
  24. org.hibernate.SQL: ALL
  25. appenders:
  26. - type: console
  27. clientSecrets:
  28. facebook: 298fb6c080fda239b809ae418bf49700
  29. google: xGxxgKAObIRUwOKycySkL9Fi
  30. linkedin: Linkedin Client Secret
  31. github: Github Client Secret
  32. foursquare: Foursquare Secret
  33. twitter: Twitter Consumer Key