From ca91a579770c89d25aefae220079bf336fa88dc9 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 6 Mar 2026 10:52:43 +0100 Subject: Rename "webmap" to the less generic "geodata". The database has uses beyond the webmap. --- config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index bf42711..605a111 100644 --- a/config.yml +++ b/config.yml @@ -111,8 +111,8 @@ dataset: # https://gdal.org/drivers/vector/gpkg.html#dataset-open-options open-options: ACTIVE_SCHEMA: postgis - USER: webmap_import - DBNAME: webmap + USER: geodata + DBNAME: geodata layercache: public.layercache -- cgit v1.2.3