From c60720b4125e283f63d4aad9b67aba1673508602 Mon Sep 17 00:00:00 2001 From: ArmandBahi <armand.bahi@veremes.com> Date: Tue, 14 Jun 2022 12:04:29 +0200 Subject: [PATCH] SRID dans dependencies --- _install/dependencies.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_install/dependencies.json b/_install/dependencies.json index e6b87c2f6..ebe42b35a 100644 --- a/_install/dependencies.json +++ b/_install/dependencies.json @@ -14,6 +14,9 @@ "POSTGRES_PASSWORD": "dbpasswd", "POSTGRES_PORT": 5432, "POSTGRES_USER": "dbuser", + "SQL_DATA" : { + "SRID" : 2154 + }, "application": { "default_description": "# Bienvenue dans vMap ! \n\nPlus d'information sur [http:\/\/www.veremes.com](http:\/\/www.veremes.com)", "default_theme": "1", -- GitLab