xhxu před 2 roky
rodič
revize
ce01d3a1df
2 změnil soubory, kde provedl 22 přidání a 0 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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


Načítá se…
Zrušit
Uložit