소스 검색

//

master
xhxu 1 년 전
부모
커밋
ce01d3a1df
2개의 변경된 파일22개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      photoSchedule/src/main/resources/application-dev.yml
  2. +11
    -0
      photoSchedule/src/main/resources/application-prod.yml

+ 11
- 0
photoSchedule/src/main/resources/application-dev.yml 파일 보기

@@ -159,6 +159,17 @@ alipay:
alipayRootCertPath: /opt/iformall/service/alipay/alipayRootCert.crt
callback: https://callbacktest.malls.iformall.com/api/alipay/notify/callback

video:
aliyun:
accessKeyId: LTAI5tQs4MBjzLFbiQLjsMYy
accessKeySecret: nYmnexFJxrsBu0AGVIOSbUaSaweJu7
regionId: cn-beijing
endPoint: https://oss-cn-beijing.aliyuncs.com
corePoolSize: 6
maxPoolSize: 20
queueCapacity: 1000
namePrefix: aliyun-video-upload

jasypt:
encryptor:
password: oRqdnDbK5pj3eMmB


+ 11
- 0
photoSchedule/src/main/resources/application-prod.yml 파일 보기

@@ -118,6 +118,17 @@ alipay:
alipayRootCertPath: /opt/iformall/service/alipay/alipayRootCert.crt
callback: https://callback.malls.iformall.com/api/alipay/notify/callback

video:
aliyun:
accessKeyId: LTAI5tQs4MBjzLFbiQLjsMYy
accessKeySecret: nYmnexFJxrsBu0AGVIOSbUaSaweJu7
regionId: cn-beijing
endPoint: https://oss-cn-beijing.aliyuncs.com
corePoolSize: 6
maxPoolSize: 20
queueCapacity: 1000
namePrefix: aliyun-video-upload

fm:
exception: true
exception_emails: houtaikaifa@iformall.com


불러오는 중...
취소
저장