mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 00:01:55 +00:00
pass BASE_INTERNAL_URL to the python process
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user