mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
398 B
398 B
Bugfix: Support pointer types in config environment variable decoding
Added support for decoding pointer types (*bool, *int, *string, etc.) in the envdecode package, allowing configuration fields to distinguish between unset (nil) and explicitly set values. Changed WEB_OPTION_EMBED_ENABLED from string to *bool type to enable explicit false values.