From 1a148971e9c734c980405a5d8b493abd36a32350 Mon Sep 17 00:00:00 2001 From: flashlan Date: Fri, 9 Jun 2023 15:58:33 -0300 Subject: [PATCH] updated properties model with MONGO --- properties-model.ini | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/properties-model.ini b/properties-model.ini index 6f6ee13..3c9e203 100644 --- a/properties-model.ini +++ b/properties-model.ini @@ -1,19 +1,24 @@ [CLICKHOUSE] -user = your-user-or-email -key = your-key-or-password -url = url-of-the-server +user = your_user_or_email +key = your_key_or_password +url = url_of_the_server [INFLUXDB] -user = your-user-or-email -key = your-key-or-password -url = url-of-the-server +user = your_user_or_email +key = your_key_or_password +url = url_of_the_server [POSTGRESQL] -user = your-user-or-email -key = your-key-or-password -url = url-of-the-server +user = your_user_or_email +key = your_key_or_password +url = url_of_the_server [S3MINIO] -user = your-user-or-email -key = your-key-or-password -url = url-of-the-server \ No newline at end of file +user = your_user_or_email +key = your_key_or_password +url = url_of_the_server + +[MONGODB] +user = your_user_or_email +key = your_key_or_password +url = url_of_the_server \ No newline at end of file