26 lines
766 B
YAML
26 lines
766 B
YAML
spring:
|
|
application:
|
|
name: face-proc
|
|
servlet:
|
|
multipart:
|
|
enabled: true
|
|
max-file-size: 2048MB
|
|
max-request-size: 100MB
|
|
|
|
server:
|
|
port: 9733
|
|
ssl:
|
|
key-store: classpath:bjtds.jks
|
|
key-store-password: bjtds2019
|
|
key-password: bjtds2019
|
|
key-alias: tomcat
|
|
|
|
bjtds:
|
|
faceproc:
|
|
arcsoft:
|
|
appid: ${ArcSoft_AppId:6APtseEh7dgCpPf8xjuNPZqUEShDcsKa8GZSHZy34rMd}
|
|
sdkkey: ${ArcSoft_SdkKey:DJS9FVuHTyUqC5gVXB75d9eBCQdvqGCUCqrMkiYxrWzF}
|
|
activekey: ${ArcSoft_ActiveKey:86C1-1176-C127-JB5L}
|
|
libpath: ${ArcSoft_LibPath:E:/Projects/JavaPrjs/BTS_LMS_ZZ/web-server/face-proc/arcsoft/commercial/libs/WIN64}
|
|
active-offline-file: ${ArcSoft_ActiveOfflineFile:}
|
|
feature-host-url-prefix: https://localhost/prodmge |