Skip to content

Commit

Permalink
added a new env var AGENTA_RUNTIME
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Dec 16, 2024
1 parent bebc810 commit efdeb2e
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 efdeb2e

Please sign in to comment.