mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
[Suggestion] FEATURE (env) Allow setting users settings via ENV #161
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @artemkalugin01 on 2/4/2026
Suggestion to add ENV-based initialization for UserSettings
Adds support for configuring UserSettings defaults via environment
variables at deployment time. ENV values are applied only on initial
creation; existing settings are preserved.
New variables:
Manual tests:
• Fresh deploy with new ENV values - settings applied
• Fresh deploy without ENV values - defaults used (all true similar to current main logic)
• Redeploy with changed ENV - existing settings unchanged