Skip to content

load-config src-spec syntax for targeting a specific environment #18

Description

@rplevy-draker

Make it possible to load data from a source that does not internally specify environment(s)

(load-config
  {:target :dev :src :lein :as :environ}
  {:target [:staging :prod] :src args :as :cli}  ; args from command-line in -main
  {:target [:staging :prod] :src :sys :as :environ})

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