Philip MacMenamin
11/28/2022, 10:01 PMPREFECT__USER_CONFIG_PATH
Is the expected behavior once this is exported, eg
export PREFECT__USER_CONFIG_PATH=/a/b/c
the .prefect
dir should be at /a/b/c/.prefect
?
By default, Prefect will look for a user configuration file at, but you can change that location by setting the environment variable$HOME/.prefect/config.toml
appropriately. Please note the double-underscore (PREFECT__USER_CONFIG_PATH
) in the variable name__