You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/gravitino-server-config.md
+1
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ The `gravitino.conf` file lists the configuration items in the following table.
37
37
|`gravitino.server.shutdown.timeout`| Time in milliseconds to gracefully shut down of the Gravitino webserver. |`3000`| No | 0.2.0 |
38
38
|`gravitino.server.webserver.customFilters`| Comma-separated list of filter class names to apply to the API. | (none) | No | 0.4.0 |
39
39
|`gravitino.server.rest.extensionPackages`| Comma-separated list of REST API packages to expand | (none) | No | 0.6.0-incubating |
40
+
|`gravitino.server.visibleConfigs`| List of configs that are visible in the config servlet | (none) | No | 0.9.0-incubating |
40
41
41
42
The filter in the customFilters should be a standard javax servlet filter.
42
43
You can also specify filter parameters by setting configuration entries of the form `gravitino.server.webserver.<class name of filter>.param.<param name>=<value>`.
0 commit comments