From ce04eb3fa52cea8fc74da315eaa65d902a172c6f Mon Sep 17 00:00:00 2001 From: gaetan <gaetan.vogel@veremes.com> Date: Tue, 25 Oct 2022 11:05:59 +0200 Subject: [PATCH] Modification dependencie installer --- _install/dependencies.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_install/dependencies.json b/_install/dependencies.json index 970ac3ad..22051172 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -15,7 +15,8 @@ "POSTGRES_PORT": 5432, "POSTGRES_USER": "dbuser", "SQL_DATA": { - "SRID": 2154 + "SRID": 2154, + "DB_NAME": "vmap" }, "application": { "operating_systems": [ -- GitLab