Skip to content

Commit

Permalink
[console] add commented out parameters for georchestra/georchestra#4189
Browse files Browse the repository at this point in the history
  • Loading branch information
landryb committed Jun 20, 2024
1 parent 8f7fc78 commit 846a6d8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion console/console.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
# competenceAreaEnabled=false

0 comments on commit 846a6d8

Please sign in to comment.