those can now be modifyed outside of the container, while still having a fallback value for usage in a non-docker environment. To do so i had to add a get_env_var function wich converts the given strings to the type of usage. I tried to put it in the "setup.py" but thats throwing errors...
1.Added docker env var's such as:
those can now be modifyed outside of the container, while still having a fallback value for usage in a non-docker environment. To do so i had to add a
get_env_var
function wich converts the given strings to the type of usage. I tried to put it in the "setup.py" but thats throwing errors...