Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
giancarloromeo committed Nov 14, 2024
1 parent 6057dd4 commit e0f8b08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def _get_environment_variables(
"NODE_PORTS_400_REQUEST_TIMEOUT_ATTEMPTS": f"{app_settings.DIRECTOR_V2_NODE_PORTS_400_REQUEST_TIMEOUT_ATTEMPTS}",
}
if r_clone_settings.R_CLONE_S3.S3_ENDPOINT is not None:
envs["S3_ENDPOINT"] = r_clone_settings.R_CLONE_S3.S3_ENDPOINT
envs["S3_ENDPOINT"] = f"{r_clone_settings.R_CLONE_S3.S3_ENDPOINT}"
return envs


Expand Down

0 comments on commit e0f8b08

Please sign in to comment.