fix: typos

pull/45/head
Andre Henn 2024-02-07 11:30:29 +01:00
parent b374d93b20
commit eeb400a0b1
No known key found for this signature in database
GPG Key ID: 776670F973DDECAA
1 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ Following is the list of the all the environment variables that can be passed do
| CORS_ALLOWED_HEADERS | CORS headers configuration | `*` | | CORS_ALLOWED_HEADERS | CORS headers configuration | `*` |
| DEBIAN_FRONTEND | Configures the Debian package manager frontend | `noninteractive`| | DEBIAN_FRONTEND | Configures the Debian package manager frontend | `noninteractive`|
| CATALINA_OPTS | Catalina options. Check [ref](https://www.baeldung.com/tomcat-catalina_opts-vs-java_opts) | `-Djava.awt.headless=true` | | CATALINA_OPTS | Catalina options. Check [ref](https://www.baeldung.com/tomcat-catalina_opts-vs-java_opts) | `-Djava.awt.headless=true` |
| GEOSERVER_DATA_DIR | Geosever data directory location | `/opt/geoserver_data/` | | GEOSERVER_DATA_DIR | Geoserver data directory location | `/opt/geoserver_data/` |
| GEOSERVER_REQUIRE_FILE | Geoserver configuration used interally | `/opt/geoserver_data/global.xml` | | GEOSERVER_REQUIRE_FILE | Geoserver configuration used interally | `/opt/geoserver_data/global.xml` |
| INSTALL_EXTENSIONS | Indicates whether additional GeoServer extensions should be installed | `false` | | INSTALL_EXTENSIONS | Indicates whether additional GeoServer extensions should be installed | `false` |
| WAR_ZIP_URL | Specifies the URL for a GeoServer Web Archive (WAR) file | | | WAR_ZIP_URL | Specifies the URL for a GeoServer Web Archive (WAR) file | |
@ -204,7 +204,7 @@ The following values cannot really be safely changed (as they are used to downlo
| VAR NAME | DESCRIPTION | SAMPLE VALUE | | VAR NAME | DESCRIPTION | SAMPLE VALUE |
|--------------|-----------|------------| |--------------|-----------|------------|
| GEOSERVER_VERSION | Geoserver version (used internally) | `2.24-SNAPSHOT`| | GEOSERVER_VERSION | Geoserver version (used internally) | `2.24-SNAPSHOT`|
| GEOSERVER_BUILD | Geosever build (used internally) | `1628` | | GEOSERVER_BUILD | Geoserver build (used internally) | `1628` |
## Troubleshooting ## Troubleshooting