yr.Config.env_file

Contents

yr.Config.env_file#

Config.env_file: str = ''#

Path to environment variable file (.env format) to load at startup. The file should contain environment variables in KEY=VALUE format, one per line, e.g.: “KEY1=VALUE1” “KEY2=VALUE2” Lines starting with # are treated as comments and ignored. Empty lines are ignored. If specified, environment variables from this file will be loaded into os.environ.