Advertisement
Guest User

config.yml

a guest
Aug 22nd, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 KB | None | 0 0
  1. ---
  2.  
  3. database:
  4. checkConnectionOnBorrow: true
  5. checkConnectionWhileIdle: true
  6. driverClass: com.mysql.jdbc.Driver
  7. initialSize: 10
  8. maxSize: 32
  9. maxWaitForConnection: 1s
  10. minSize: 8
  11. password: password
  12. properties:
  13. charSet: UTF-8
  14. url: jdbc:mysql://mysql:3306/mot2
  15. user: motdbuser
  16. validationQuery: "/* VehicleService Health Check */ SELECT 1"
  17. featureToggles:
  18. twoFactorEnabled: true
  19. logging:
  20. appenders:
  21. -
  22. archive: true
  23. archivedFileCount: 14
  24. archivedLogFilenamePattern: /var/log/dvsa/authorisation-service/authorisation-service.log-%d
  25. currentLogFilename: /var/log/dvsa/authorisation-service/authorisation-service.log
  26. logFormat: ^^* %d %-6level [%t] %c %msg %n
  27. threshold: ALL
  28. timeZone: UTC
  29. type: file
  30. level: WARN
  31. openam:
  32. cache:
  33. memcachedServers:
  34. -
  35. host: frontend-1.dev.dvsa
  36. port: 11211
  37. timeToLive: 15
  38. openAmAdminLogin: amadmin
  39. openAmAdminPassword: cangetinam
  40. openamBaseUrl: http://openam.motdev.org.uk:8080/sso
  41. server:
  42. adminConnectors:
  43. -
  44. port: 8096
  45. type: http
  46. applicationConnectors:
  47. -
  48. port: 8095
  49. type: http
  50. applicationContextPath: /authorisation
  51. requestLog:
  52. appenders:
  53. -
  54. archive: true
  55. archivedFileCount: 14
  56. archivedLogFilenamePattern: /var/log/dvsa/authorisation-service/access.log-%d
  57. currentLogFilename: /var/log/dvsa/authorisation-service/access.log
  58. threshold: ALL
  59. type: file
  60. timeZone: UTC
  61. swagger:
  62. resourcePackage: uk.gov.dvsa.mot.authorisation.resource,uk.gov.dvsa.mot.securitycard.resource
  63. twoFa:
  64. maxActivationDrift: 10
  65. maxValidationDrift: 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement