application-locd.yml 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. spring:
  2. profiles:
  3. active: locd
  4. cache:
  5. type: redis
  6. redis:
  7. lettuce:
  8. pool:
  9. max-active: 10
  10. max-idle: 10
  11. min-idle: 2
  12. host: localhost
  13. port: 6379
  14. password:
  15. logging:
  16. config: classpath:log/logback-locd.xml
  17. domain:
  18. scm: //ldscm.style24.com
  19. front: //ldfront.style24.com
  20. image: //ldimage.style24.com
  21. uximage: //ldscm.style24.com
  22. upload:
  23. dext.target.path: /WIDE/workspace/files/data/style24/dext
  24. default:
  25. target.path: /WIDE/workspace/files/data/style24
  26. max.size: 10
  27. allow.extension: jpg|gif|jpeg|png|bmp|txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
  28. view: //ldimage.style24.com
  29. goods:
  30. target.path: /WIDE/workspace/files/data/style24/Upload/ProductImage
  31. max.size: 10
  32. allow.extension: jpg|gif|jpeg
  33. view: //image.istyle24.com/Upload/ProductImage
  34. image:
  35. target.path: /WIDE/workspace/files/data/style24
  36. max.size: 10
  37. allow.extension: jpg|gif|jpeg|png
  38. view: //ldimage.style24.com
  39. excel:
  40. target.path: /WIDE/workspace/files/data/style24
  41. max.size: 10
  42. allow.extension: xls|xlsx
  43. view: //ldimage.style24.com/excel
  44. sample:
  45. target.path: /WIDE/workspace/files/data/style24/sample
  46. max.size: 10
  47. allow.extension: txt|doc|docx|ppt|pptx|xls|xlsx|hwp|pdf
  48. view: //ldimage.style24.com/sample
  49. download.path: /WIDE/workspace/files/data
  50. # SMTP(naver의 본인 username과 password, from(메일주소) 입려 후 테스트 하면 됨)
  51. mail:
  52. host: mail.wivis.com
  53. # port: 465
  54. username: admin@wivis.com
  55. password: dnlqltm1!
  56. protocol: smtp
  57. # tls: true
  58. auth: true
  59. from: admin@wivis.com
  60. front.url: https://ldfront.style24.com
  61. image.url: http://ldfront.style24.com/image/mailing
  62. template.path: /WIDE/workspace/webapps/style24/STYLE24/style24.scm/src/main/webapp/WEB-INF/mail
  63. # PG
  64. pg:
  65. kcp:
  66. log.dir: /WIDE/workspace/files/data/style24/logs/front
  67. gw:
  68. url: testpaygw.kcp.co.kr
  69. port: 8090
  70. js.url: https://testpay.kcp.co.kr/plugin/payplus_web.jsp
  71. server: false
  72. site:
  73. cd: U3476
  74. key:
  75. name: ISTYLE TEST
  76. log.level: 3
  77. module.type: 01
  78. tx.mode: 0
  79. receipt.url : https://testadmin8.kcp.co.kr/assist/bill.BillActionNew.do
  80. # 네이버페이 API
  81. naverPay:
  82. apiUrl: https://dev.apis.naver.com/
  83. payUrl:
  84. web : test-pay.naver.com
  85. mob : test-m.pay.naver.com