HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.83k stars 196 forks source link

Help required understanding live settings change #107

Closed mmodenesi closed 3 years ago

mmodenesi commented 3 years ago

Hello! nice work here,

I am interested in this part of the README:

You should be able to change instance settings without redeploying your app.

but I can't seem to find any more information about that later,

would you be so kind to point me in the right direction?

Thanks!

henriquebastos commented 3 years ago

Change your environment variables and restart the process.

On Sat, Jan 16, 2021 at 7:07 AM mmodenesi notifications@github.com wrote:

Hello! nice work here,

I am intereested in this part of the README:

You should be able to change instance settings without redeploying your app.

but I can't seem to find any more information about that later,

would you be so kind to point me in the right direction?

Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/henriquebastos/python-decouple/issues/107, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAC6IRY5A3A2KNGZFQP26LS2FQPRANCNFSM4WFETFFQ .

mmodenesi commented 3 years ago

Thans for your answer!