We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8698db commit d2c22b6Copy full SHA for d2c22b6
src/aieng_platform_onboard/utils.py
@@ -407,7 +407,7 @@ def create_env_file(
407
env_content += (
408
f'LANGFUSE_PUBLIC_KEY="{team_data.get("langfuse_public_key", "")}"\n'
409
)
410
- env_content += f'LANGFUSE_HOST="{team_data.get("langfuse_url", "")}"\n\n'
+ env_content += f'LANGFUSE_HOST="{global_keys.get("LANGFUSE_HOST", "")}"\n\n'
411
412
env_content += "# Web Search\n"
413
0 commit comments