Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. app:
  2. env: LOCAL
  3. aws:
  4. s3:
  5. accessKeyId: тутключ
  6. bucket: delta-dev
  7. secretKey: тутключ
  8. sqs:
  9. accessKeyId: KEY
  10. secretKey: SECRET
  11. jdbc:
  12. driverClassName: com.mysql.cj.jdbc.Driver
  13. password: root
  14. url: jdbc:mysql://localhost:3306/g222?nullNamePatternMatchesAll=true
  15. username: root
  16. jms:
  17. endpoint: http://localhost:9324
  18. queue_name: queue1
  19. jwt_api:
  20. campaign:
  21. id: 1
  22. survey_questions:
  23. id: 1
  24. user: WEB
  25. log:
  26. level_runtime: WARN
  27. spring:
  28. profiles:
  29. active: dev
  30. timeout:
  31. PropertyTrigger: 5000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement