Skip to content
#

environment-configuration

Here are 76 public repositories matching this topic...

dynaconf
aberres
aberres commented Jan 5, 2022

Is your feature request related to a problem? Please describe.
After scratching my head for an hour or more why a unit test of mine fails (but everything is fine in production) I finally noticed that is configures Dynaconf like this:

settings.configure(
    ENV_FOR_DYNACONF="testing",
    ROOT_PATH_FOR_DYNACONF=os.path.dirname(os.path.realpath(__file__)) + "/../../../config",
    R
cleanenv
amir-blox
amir-blox commented May 23, 2021

I've noticed that when reading a config file with a field that is not available in env, its custom function won't run.

The reason seems to be that for these kind of fields, parseValue won't be called and therefore the corresponding custom function.

Custom functions runs only if the field was provided as an env argument or with

bug help wanted good first issue

Originally designed to control the heat and light for a germination and grow station for my succulents mimicing the seasonal conditions anywhere in the world. The upside is that it will also control a full sized grow installation, hydroponics station and even a reptile vivarium.

  • Updated Mar 28, 2021
  • PHP

Improve this page

Add a description, image, and links to the environment-configuration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the environment-configuration topic, visit your repo's landing page and select "manage topics."

Learn more