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
|`HEALTH_CHECK_PORT_ENV_VAR`|`healthCheckPort`| - | 8081 | Health check port |
66
-
|`SIP2_TEMPLATE_LOCALE`|`templateLocale`| - | root | Locale being used for freemarker template processing. The root locale is the locale whose language, country, and variant are empty ("") strings. This is regarded as the base locale of all locales, and is used as the language/country neutral locale for the locale sensitive operations. |
67
66
|`SIP2_TENANT_RESOLVERS`|`sip2TenantResolvers`| - | PORT,IP_SUBNET | Approach for tenant resolution during connect/login operations |
68
67
|`SIP2_TENANT_USERNAME_PREFIX_DELIMITER`|`sip2TenantUsernamePrefixDelimiter`| - |_| Delimiter used for tenant resolution based on username prefix. |
69
68
@@ -121,7 +120,8 @@ command line arguments to point it to the right path (e.g. `-conf /path/to/confi
121
120
|`optional`| boolean | If a failure is caught while loading the tenant configuration from an optional store, the failure is logged, but the processing does not fail. Instead, the tenant configuration will be empty. |
122
121
|`netServerOptions`| JSON object | Configuration options for the server. These are Vertx options and are numerous. See: [NetServerOptions](https://vertx.io/docs/apidocs/io/vertx/core/net/NetServerOptions.html). |
123
122
|`token_cache_capacity`| int | Max token cache size. Default size is 100. |
124
-
Note: edge-sip2 now requires two config files: the main bootstrap sip2.conf and tenant configuration: sip2-tenants.conf. The additional config file is required to support multi-tenants and runtime reloading of tenant configuration without restarting the edge-sip2 module.
123
+
124
+
> **Note:**`edge-sip2` now requires two config files: the main bootstrap sip2.conf and tenant configuration: sip2-tenants.conf. The additional config file is required to support multi-tenants and runtime reloading of tenant configuration without restarting the edge-sip2 module.
0 commit comments