Skip to content

Commit ab5be85

Browse files
authored
docs: Update note regarding the jndiReferenceName (#772)
1 parent bca761d commit ab5be85

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,7 @@ POSTGRES_PASS=${POSTGRES_PASS}
306306
POSTGRES_JNDI_NAME=${POSTGRES_JNDI_NAME}
307307
```
308308
309-
When defining the parameters for the store in GeoServer you will need to set
310-
`jndiReferenceName=java:comp/env/jdbc/postgres`
309+
The `jndiReferenceName` for Postgres (JNDI) stores in GeoServer will be derived from the `POSTGRES_JNDI_NAME` provided. For example, if `POSTGRES_JNDI_NAME=postgres`, set `jndiReferenceName=java:comp/env/jdbc/postgres`.
311310
312311
### Running under SSL
313312

0 commit comments

Comments
 (0)