Hi i have set up some variables to Linux(have added them to ~/.bashrc
).
I know that it is possible to set variables to supervisor environment= KEY=value
and to gunicorn i may simple add in config export KEY1='value'
Is any way to add variables only to ~/.bashrc
and take them to all configs?
Thx for any help.