Skip to content

Commit

Permalink
update -D flag name (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmi151 authored Sep 12, 2024
1 parent 1926047 commit e5a87d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/services/ogc-features/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Browse to [http://localhost:8080](http://localhost:8080), will redirect to [http

The JAVA_TOOLS_OPTIONS environment variable can be used to pass additional JVM options to the application and set georchestra datadir.

E.g.: `JAVA_TOOLS_OPTIONS="-Dgeorchestra.datadir=/etc/georchestra"`
E.g.: `JAVA_TOOLS_OPTIONS="-Ddataapi.configdir=/etc/georchestra"`



Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ postgis:
spring:
config:
# See https://github.com/georchestra/datadir/tree/master/gateway for a configuration override example
import: optional:file:${georchestra.datadir}/data-api/application.yaml
import: optional:file:${dataapi.configdir}/data-api/application.yaml

0 comments on commit e5a87d8

Please sign in to comment.