You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by ad...@apache.org on 2019/09/11 14:48:56 UTC

[incubator-dlab] branch bil-devops updated: Fixed blling.yml

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

adamsd pushed a commit to branch bil-devops
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/bil-devops by this push:
     new e319c0e  Fixed blling.yml
e319c0e is described below

commit e319c0e3ae163f35206c13cba916162e4bf88e7f
Author: AdamsDisturber <ad...@gmail.com>
AuthorDate: Wed Sep 11 17:43:16 2019 +0300

    Fixed blling.yml
---
 services/billing-gcp/billing.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/services/billing-gcp/billing.yml b/services/billing-gcp/billing.yml
index 1f0dc5d..3764792 100644
--- a/services/billing-gcp/billing.yml
+++ b/services/billing-gcp/billing.yml
@@ -4,8 +4,8 @@ spring:
   data:
     mongodb:
       username: admin
-      password: admin
-      database: <MONGO_PASSWORD>
+      password: <MONGO_PASSWORD>
+      database: dlabdb
       port: 27017
       host: localhost
 dlab:


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