You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by of...@apache.org on 2020/03/16 15:40:26 UTC

[incubator-dlab] 09/09: Small changes in config file

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

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

commit 92a22889d80d6f81758354933017685e6b1d7574
Author: Oleh Fuks <ol...@gmail.com>
AuthorDate: Mon Mar 16 17:39:50 2020 +0200

    Small changes in config file
---
 services/billing-azure/src/main/resources/application.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/billing-azure/src/main/resources/application.yml b/services/billing-azure/src/main/resources/application.yml
index 962141e..25e680c 100644
--- a/services/billing-azure/src/main/resources/application.yml
+++ b/services/billing-azure/src/main/resources/application.yml
@@ -34,6 +34,7 @@ keycloak:
   auth-server-url: http://52.11.45.11:8080/auth
 
 dlab:
+  billingEnabled: false
   clientId: <CLIENT_ID>
   clientSecret: <CLIENT_SECRET>
   tenantId: <TENANT_ID>
@@ -46,7 +47,6 @@ dlab:
   regionInfo: <REGION_INFO>
   initialDelay: 10
   period: 60
-  billingEnabled: false
   aggregationOutputMongoDataSource:
     host: localhost
     port: 27017


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