pass BASE_INTERNAL_URL to the python process

This commit is contained in:
Ruben Fiszel
2022-08-19 07:09:50 +02:00
parent ea6f3c037c
commit 8c04558c4e
+2
View File
@@ -724,6 +724,7 @@ print(res_json)
.env_clear()
.envs(reserved_variables)
.env("PATH", path_env)
.env("BASE_INTERNAL_URL", base_url)
.args(vec![
"--config",
"run.config.proto",
@@ -741,6 +742,7 @@ print(res_json)
.env_clear()
.envs(reserved_variables)
.env("PATH", path_env)
.env("BASE_INTERNAL_URL", base_url)
.args(vec!["-u", "main.py"])
.stdout(Stdio::piped())
.stderr(Stdio::piped())