Skip to content

Commit

Permalink
Merge pull request #404 from landryb/console-separate-gn-db
Browse files Browse the repository at this point in the history
[console] add commented out parameters for georchestra/georchestra#4189
  • Loading branch information
pmauduit authored Jul 3, 2024
2 parents 99d3280 + 846a6d8 commit 368abe8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions console/console.properties
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,15 @@ 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
Expand Down

0 comments on commit 368abe8

Please sign in to comment.