I am using .ini files (according to uWSGI docs). Using environment variables is a good practice, but I cannot make the $environment name syntax work.
p>
Can I use special syntax to access them?
The syntax is $(var), for example:
< /p>
chdir = $(HOME)/foobar
See also How uWSGI parses config files.
I am using .ini files (According to uWSGI docs). Using environment variables is a good practice, but I cannot make the $environment name syntax work.
Can I use special syntax to access them?
The syntax is $(var), for example:
chdir = $(HOME) /foobar
See also How uWSGI parses config files.