updated properties model with MONGO
This commit is contained in:
+17
-12
@@ -1,19 +1,24 @@
|
|||||||
[CLICKHOUSE]
|
[CLICKHOUSE]
|
||||||
user = your-user-or-email
|
user = your_user_or_email
|
||||||
key = your-key-or-password
|
key = your_key_or_password
|
||||||
url = url-of-the-server
|
url = url_of_the_server
|
||||||
|
|
||||||
[INFLUXDB]
|
[INFLUXDB]
|
||||||
user = your-user-or-email
|
user = your_user_or_email
|
||||||
key = your-key-or-password
|
key = your_key_or_password
|
||||||
url = url-of-the-server
|
url = url_of_the_server
|
||||||
|
|
||||||
[POSTGRESQL]
|
[POSTGRESQL]
|
||||||
user = your-user-or-email
|
user = your_user_or_email
|
||||||
key = your-key-or-password
|
key = your_key_or_password
|
||||||
url = url-of-the-server
|
url = url_of_the_server
|
||||||
|
|
||||||
[S3MINIO]
|
[S3MINIO]
|
||||||
user = your-user-or-email
|
user = your_user_or_email
|
||||||
key = your-key-or-password
|
key = your_key_or_password
|
||||||
url = url-of-the-server
|
url = url_of_the_server
|
||||||
|
|
||||||
|
[MONGODB]
|
||||||
|
user = your_user_or_email
|
||||||
|
key = your_key_or_password
|
||||||
|
url = url_of_the_server
|
||||||
Reference in New Issue
Block a user