Issue-ID: USECASEUI-761
Signed-off-by: zhangfan345 <zhangfan345@huawei.com>
Change-Id: I638fe3cf1e67fc188151e81b5b33d9a115999df9
port: 8083
servlet:
context-path: /api/usecaseui-intent-analysis/v1
+ ssl:
+ protocol: TLS
+ key-store: classpath:keystore/uuiIntentAnalysis.jks
+ key-store-password: Aa123456
+ key-store-type: JKS
spring:
datasource:
url: jdbc:postgresql://${POSTGRES_IP:127.0.0.1}:${POSTGRES_PORT:5432}/${POSTGRES_DB_NAME:intentdb}
server:
port: 8087
ssl:
- enabled: ${SSL_ENABLED:false}
- key-store: ${SSL_KEY_STORE_PATH:}
- key-store-password: ${SSL_KEY_STORE_PASSWORD:}
- key-store-type: ${SSL_KEY_STORE_TYPE:}
- key-alias: ${SSL_KEY_ALIAS:}
+ enabled: ${SSL_ENABLED:true}
+ protocol: TLS
+ key-store: classpath:keystore/uuiIntentAnalysis.jks
+ key-store-password: Aa123456
+ key-store-type: JKS
spring:
datasource:
url: jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;MODE=PostgreSQL