Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.

Empty files wipe out configuration #7

Description

@utricularian

If I have an empty yaml file in an environment, but a fleshed-out yaml file in common, then configoro loads with that key as nil

In common/foo.yml

---
  bar: baz

In development/foo.yml

---

If I load up in development, then MyApp::Configuration.foo == nil

I expect MyApp::Configuration.foo.bar == 'baz'

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions