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
Sometimes, its helpful to be able to override specific configuration settings via environment variables. Zensical could provide a general way of overriding settings based on the environment variable name, so something like:
[module.content]
site_url = "https://example.com"
Could be overridden with:
ZEN_MODULE_CONTENT_SITE_URL=https://example.com
Tip
Subscribe to this issue to get notified when the status of this item changes, or this functionality becomes available.
Description
Sometimes, its helpful to be able to override specific configuration settings via environment variables. Zensical could provide a general way of overriding settings based on the environment variable name, so something like:
Could be overridden with:
Tip
Subscribe to this issue to get notified when the status of this item changes, or this functionality becomes available.