Example settings files are "null" and not a dictionary
Both prod-settings.yml and dev-settings.yml are blank which causes yaml.safe_load to return None rather than the empty dictionary. Add {} to both files.
GitLab will be updated on 12-Feb-2026 between 12:00 and 14:00. There may be small periods of service instability.
Both prod-settings.yml and dev-settings.yml are blank which causes yaml.safe_load to return None rather than the empty dictionary. Add {} to both files.