application.yml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. spring:
  2. profiles:
  3. active: local
  4. jackson:
  5. default-property-inclusion: non_null
  6. service:
  7. key: asdbnasdjandaknaksda98sd
  8. loginKey: sdanjlakdnskmdakmdaskl
  9. statusInitial: INITIAL
  10. statusNormal: NORMAL
  11. statusClose: CLOSE
  12. statusLock: LOCK
  13. statusDelete: status
  14. statusSuccess: SUCCESS
  15. statusFail: FAILURE
  16. businessTypeOff : OFFLINE
  17. businessTypeOn : ONLINE
  18. terminalCode: TERMINAL_ID
  19. storeCode: STORE_ID
  20. pwd: 00000000
  21. userName: kang.wang@allpayx.com
  22. merchantUser: MerchantUser
  23. storeUser: StoreUser
  24. pwdTime: 30
  25. loginNumber: 4
  26. currencyList: ['JPY',"KRW"]
  27. country: country
  28. propertyGroup: GROUP
  29. institutionCode: '000000'
  30. entityTypeAcquirer : A
  31. entityTypeMerchant : M
  32. consume: PURC
  33. refund: REFD
  34. logging:
  35. level:
  36. org.springframework.data.mongodb.core: debug
  37. #email
  38. spring.mail.host: smtp.exmail.qq.com
  39. spring.mail.username: web@allpayx.com
  40. spring.mail.password: Allpay123$%^
  41. spring.mail.subjectenv: local
  42. spring.mail.properties.mail.smtp.auth: true
  43. spring.mail.properties.mail.smtp.starttls.enable: false
  44. spring.mail.properties.mail.smtp.starttls.required: false
  45. spring.mail.properties.mail.debug: true
  46. spring.mail.properties.mail.smtp.socketFactory.class: javax.net.ssl.SSLSocketFactory
  47. spring.mail.properties.mail.smtp.socketFactory.port: 465