GUACAMOLE-1507: Merge support for configuring the 'extension-priority' property via Docker environment variables.

This commit is contained in:
Mike Jumper
2022-01-23 18:42:45 -08:00
committed by GitHub

View File

@@ -1036,6 +1036,9 @@ if [ -n "$JSON_SECRET_KEY" ]; then
associate_json
fi
# Set extension priority if specified
set_optional_property "extension-priority" "$EXTENSION_PRIORITY"
# Use api-session-timeout if specified.
if [ -n "$API_SESSION_TIMEOUT" ]; then
associate_apisessiontimeout