Advertisement
Guest User

Untitled

a guest
Jul 26th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5. #spring.datasource.url=jdbc:postgres://wldawsquxiomob:c8c2fb796940c327552cb1e5de4ffdfdba1dd14cd0e31542e993808b28cb6ae9@ec2-54-83-22-244.compute-1.amazonaws.com:5432/d8tkefki0luh9i
  6. #spring.datasource.username=wldawsquxiomob
  7. #spring.datasource.password=c8c2fb796940c327552cb1e5de4ffdfdba1dd14cd0e31542e993808b28cb6ae9
  8. #spring.datasource.driver-class-name=org.postgresql.Driver
  9.  
  10. spring.datasource.url=jdbc:postgresql://localhost:5432/ViberBot
  11. spring.datasource.username=postgres
  12.  
  13. spring.datasource.password=1996
  14.  
  15.  
  16. spring.jpa.generate-ddl=true
  17. #spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults = false
  18. #spring.jpa.hibernate.dll-auto=update
  19.  
  20.  
  21. application.viber-bot.auth-token=4602f89908741489-5c7993395774f664-c7001c3fdd71383f
  22. application.viber-bot.name=Edit2018
  23. application.viber-bot.avatar=https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ5R9RE8UqnWzIRCj_Y5FIOQ4XPVmVGIJY4ihIGn29-5VTLhQig
  24. application.viber-bot.webhook-url=https://afternoon-inlet-74053.herokuapp.com/webhook
  25. logging.level.com.viber =DEBUG
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement