Skip to content

Commit 4de1d33

Browse files
authored
Fix configuration properties style (#1129)
1 parent 2406f1e commit 4de1d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/content/in-dev/unreleased/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ read-only mode, as Polaris only reads the configuration file once, at startup.
8181
|--------------------------------------------------------------------------------------------|----------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
8282
| `polaris.persistence.type` | `in-memory` | Define the persistence backend used by Polaris (`in-memory`, `eclipse-link`). See [Configuring Apache Polaris for Production)[{{% ref "configuring-polaris-for-production.md" %}}) |
8383
| `polaris.persistence.eclipselink.configurationFile` | | Define the location of the `persistence.xml`. By default, it's the built-in `persistence.xml` in use. |
84-
| `polaris.persistence.eclipselink.persistenceUnit | `polaris` | Define the name of the persistence unit to use, as defined in the `persistence.xml`. |
84+
| `polaris.persistence.eclipselink.persistenceUnit` | `polaris` | Define the name of the persistence unit to use, as defined in the `persistence.xml`. |
8585
| `polaris.realm-context.type` | `default` | Define the type of the Polaris realm to use. |
8686
| `polaris.realm-context.realms` | `POLARIS` | Define the list of realms to use. |
8787
| `polaris.realm-context.header-name` | `Polaris-Realm` | Define the header name defining the realm context. |
@@ -127,8 +127,8 @@ There are non Polaris configuration properties that can be useful:
127127
| `quarkus.http.limits.max-body-size` | `10240K` | Define the HTTP max body size limit. |
128128
| `quarkus.http.cors.origins` | | Define the HTTP CORS origins. |
129129
| `quarkus.http.cors.methods` | `PATCH, POST, DELETE, GET, PUT` | Define the HTTP CORS covered methods. |
130-
| `quarkus.http.cors.headers` | `\*` | Define the HTTP CORS covered headers. |
131-
| `quarkus.http.cors.exposed-headers` | `\*` | Define the HTTP CORS covered exposed headers. |
130+
| `quarkus.http.cors.headers` | `*` | Define the HTTP CORS covered headers. |
131+
| `quarkus.http.cors.exposed-headers` | `*` | Define the HTTP CORS covered exposed headers. |
132132
| `quarkus.http.cors.access-control-max-age` | `PT10M` | Define the HTTP CORS access control max age. |
133133
| `quarkus.http.cors.access-control-allow-credentials` | `true` | Define the HTTP CORS access control allow credentials flag. |
134134
| `quarkus.management.enabled` | `true` | Enable the management server. |

0 commit comments

Comments
 (0)