Advertisement
Guest User

Untitled

a guest
May 20th, 2018
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. server.port=${port:80}
  2. server.context-path=/ztmticketchecker-web
  3. logging.file=logs/ztmticketchecker-web.log
  4.  
  5. spring.database.driver-class-name=org.postgresql.Driver
  6. spring.jpa.database=POSTGRESQL
  7. spring.datasource.platform=postgres
  8. spring.datasource.url=jdbc:postgresql://81.2.254.214:5432
  9. spring.jpa.properties.hibernate.default_schema=ztm
  10.  
  11. spring.datasource.username = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  12. spring.datasource.password = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
  13.  
  14. spring.jpa.show-sql = true
  15. spring.jpa.hibernate.ddl-auto = update
  16. spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
  17.  
  18. spring.jackson.serialization.write_dates_as_timestamps=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement