Giter Site home page Giter Site logo

Comments (3)

headsrooms avatar headsrooms commented on May 30, 2024

This is the planned behaviour following the twelve-factors' principles: https://12factor.net/config

However, your use case makes sense. I'll see if I can do something about it.

Another option to you is to use the parameter "prefix", then only env vars with the specified prefix will be loaded: https://github.com/kingoodie/configclasses/blob/e9029c967105c192dc79c81913a3f1269353f763/tests/test_configclasses.py#L61

from configclasses.

howardjones avatar howardjones commented on May 30, 2024

Hmm, really? I always read that as deliver the config to the app in the environment (like, e.g. docker would), so the app doesn't need to care where it came from. Not load all config inside the app into the environment. What's the config object for, if not that? I think I'll probably write a similar class.

from configclasses.

headsrooms avatar headsrooms commented on May 30, 2024

Well, I think using the config object is good practice, but sometimes there are situations where it might be more appropriate or cheaper to use the env var, such as when using threads or multiprocessing.

from configclasses.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.