You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by my...@apache.org on 2020/04/21 08:29:38 UTC

[incubator-dlab] branch DLAB-1571 updated: [DLAB-1571]: [AWS] billing fixed

This is an automated email from the ASF dual-hosted git repository.

mykolabodnar pushed a commit to branch DLAB-1571
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1571 by this push:
     new b34898c  [DLAB-1571]: [AWS] billing fixed
b34898c is described below

commit b34898cfd716c5de53a194d45fa537e763553d96
Author: bodnarmykola <46...@users.noreply.github.com>
AuthorDate: Tue Apr 21 11:29:27 2020 +0300

    [DLAB-1571]: [AWS] billing fixed
---
 services/billing-aws/src/main/resources/application.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/billing-aws/src/main/resources/application.yml b/services/billing-aws/src/main/resources/application.yml
index a4d38b5..ece61aa 100644
--- a/services/billing-aws/src/main/resources/application.yml
+++ b/services/billing-aws/src/main/resources/application.yml
@@ -15,9 +15,9 @@ server:
     contextPath: /api/billing
 
 server.ssl.key-store-type: JKS
-server.ssl.key-store: /home/OS_USER/keys/endpoint.keystore.jks
+server.ssl.key-store: /home/OS_USER/keys/ssn.keystore.jks
 server.ssl.key-store-password: KEY_STORE_PASSWORD
-server.ssl.key-alias: endpoint
+server.ssl.key-alias: ssn
 
 logging:
   file: /var/opt/dlab/log/ssn/billing.log


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org