From 846a6d85007efc617695ee44cf36eebcd6722b76 Mon Sep 17 00:00:00 2001 From: Landry Breuil Date: Thu, 20 Jun 2024 05:21:08 +0200 Subject: [PATCH] [console] add commented out parameters for georchestra/georchestra#4189 --- console/console.properties | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/console/console.properties b/console/console.properties index 12cedf9..9202563 100644 --- a/console/console.properties +++ b/console/console.properties @@ -327,7 +327,16 @@ AreasGroup=INSEE_DEP # default: true #gdpr.allowAccountDeletion=true +# PostGreSQL database connection parameters to geonetwork for GDPR 'export my data' +# should match jdbc.* entries in geonetwork.properties +# uncomment to override +#pgsqlGNHost=localhost +#pgsqlGNPort=${psql.port} +#pgsqlGNDatabase=georchestra +#pgsqlGNUser=georchestra +#pgsqlGNPassword=georchestra + # Activates area of competence # if set to true, enable competence area in the account form and in organization page # default: false -# competenceAreaEnabled=false \ No newline at end of file +# competenceAreaEnabled=false