diff options
author | zhangfan345 <zhangfan345@huawei.com> | 2022-11-11 14:40:05 +0800 |
---|---|---|
committer | zhangfan345 <zhangfan345@huawei.com> | 2022-11-11 14:40:05 +0800 |
commit | 89039c53eae5a28678e23aa42cadc3b61204330d (patch) | |
tree | 5d2b127f3790a954e8c7c1b1bac9df2b10810a3e /intentanalysis/src/test/resources/application.yaml | |
parent | 7b8038b57b4b452156b9bd40474d895284e4a330 (diff) |
Support https
Issue-ID: USECASEUI-761
Signed-off-by: zhangfan345 <zhangfan345@huawei.com>
Change-Id: I638fe3cf1e67fc188151e81b5b33d9a115999df9
Diffstat (limited to 'intentanalysis/src/test/resources/application.yaml')
-rw-r--r-- | intentanalysis/src/test/resources/application.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/intentanalysis/src/test/resources/application.yaml b/intentanalysis/src/test/resources/application.yaml index aa317ef..6cbba91 100644 --- a/intentanalysis/src/test/resources/application.yaml +++ b/intentanalysis/src/test/resources/application.yaml @@ -18,11 +18,11 @@ 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 |