Guest User

interesting

a guest
Apr 7th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. database:
  2. driverClass: org.postgresql.Driver
  3. user: postgres
  4. password: root
  5. url: jdbc:postgresql://localhost:5432/Electrific
  6. checkConnectionWhileIdle: false
  7. properties:
  8. hibernate.dialect: org.hibernate.dialect.PostgreSQLDialect
  9. hibernate.hbm2ddl.auto: update
  10.  
  11.  
  12. logging:
  13. level: DEBUG
  14. appenders:
  15. - type: console
  16. threshold: ALL
  17. timeZone: GMT
  18. target: stdout
  19.  
  20.  
  21. server:
  22. applicationConnectors:
  23. - type: http
  24. port: 9390
  25. adminConnectors:
  26. - type: http
  27. port: 9391
  28.  
  29. jwtTokenSecret: 4B7F4FB8B1AE9F372C74D86B3FCDBxxxx
Add Comment
Please, Sign In to add comment