Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

set_environment_variables

Method
This is a method of the CloudDeployer class in the deploy module.
Sets environment variables with fallback to .env values or defaults.

Signature

def set_environment_variables() -> Any

Returns

Returns
Any
The result of the operation.

Uses

  • os.getenv

Source

View on GitHub

praisonai/deploy.py at line 92