I am using .ini files (as per uWSGI docs). It's good practise to use environment variables, but I wasn't able to get the $
+environment name
syntax working.
Is there a special syntax I can use to access them?
I am using .ini files (as per uWSGI docs). It's good practise to use environment variables, but I wasn't able to get the $
+environment name
syntax working.
Is there a special syntax I can use to access them?
threads
from an environment variable, but fall back to the default (1 thread per process) if the environment variable is not defined...? –
Mammillate contents of evironment variables and external text files can be included using the $(ENV_VAR) and @(file_name) syntax. See also How uWSGI parses config files.
© 2022 - 2024 — McMap. All rights reserved.