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
refactor(config): use base.ini + secrets.ini → production.ini
- Dockerfile bakes config as /etc/ckan/base.ini
- Entrypoint merges base.ini + secrets.ini → /etc/ckan/production.ini
- Allows subPath mounts for secrets without overwriting base config
After deploy, apply subPath mount patch (see commit message).
0 commit comments