Skip to content

Commit

Permalink
Geoserver Storename and worspacename (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-necas authored Jan 19, 2024
1 parent a8bd371 commit 6fa9a46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions datafeeder/datafeeder.properties
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ datafeeder.publishing.backend.geoserver.dbtype=postgis
datafeeder.publishing.backend.geoserver.preparedStatements=true
#<schema> is a placeholder to be replaced by the actual schema computed from the "sec-org" request header
datafeeder.publishing.backend.geoserver.schema=<schema>
#<workspacename> is a placeholder to be replaced by the lowercase "sec-org" request header
datafeeder.publishing.backend.geoserver.workspacename=<workspacename>
#<storename> is a placeholder to be replaced by the lowercase "sec-org" request header prefixed by 'datafeeder_'
datafeeder.publishing.backend.geoserver.storename=<storename>
datafeeder.publishing.backend.geoserver.jndiReferenceName=jdbc/datafeeder
#if a JNDI data source is configured in geoserver, uncomment the above line and comment out the following ones
#datafeeder.publishing.backend.geoserver.host=${pgsqlHost}
Expand Down

0 comments on commit 6fa9a46

Please sign in to comment.