From 633ab156f685e6783a63ee01a4b398ba26203520 Mon Sep 17 00:00:00 2001 From: Anthony Borghi <anthony.borghi@veremes.com> Date: Thu, 25 Aug 2022 10:23:46 +0200 Subject: [PATCH] =?UTF-8?q?SRID=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _install/dependencies.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_install/dependencies.json b/_install/dependencies.json index 71cb1b27..ca778aa0 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