fix demodb

This commit is contained in:
Ruben Fiszel
2022-08-09 15:45:22 +02:00
parent fc0a83ee6d
commit 7a4b408af2
+4 -4
View File
@@ -2,12 +2,12 @@
"workspace_id": "starter",
"path": "g/all/demodb",
"value": {
"host": "demodb.service.consul",
"port": "6543",
"user": "postgres",
"host": "postgres-demodb.node.consul",
"port": "5432",
"user": "myuser",
"dbname": "demodb",
"sslmode": "disable",
"password": "demodb"
"password": "password"
},
"description": "demodb",
"resource_type": "postgresql",