Skip to content

Commit

Permalink
Merge pull request #2378 from Agenta-AI/feat/agenta-runtime-var
Browse files Browse the repository at this point in the history
Apps running in agenta have AGENTA_RUNTIME=true
  • Loading branch information
mmabrouk authored Dec 18, 2024
2 parents a74e95e + efdeb2e commit d5f1073
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agenta-backend/agenta_backend/services/app_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ async def start_variant(
"AGENTA_BASE_ID": str(db_app_variant.base_id),
"AGENTA_APP_ID": str(db_app_variant.app_id),
"AGENTA_HOST": domain_name,
"AGENTA_RUNTIME": "true",
}
)
if isCloudEE():
Expand Down

0 comments on commit d5f1073

Please sign in to comment.