Does anyone know if / how we can change the config...
# prefect-server
m
Does anyone know if / how we can change the config directory from the default
~/.prefect
to something else? Tried
PREFECT__USER_CONFIG_PATH
but that didnt work
k
Hmm, setting the
PREFECT__USER_CONFIG_PATH
environment variable is the only means of changing the config.toml location that I’m aware of. It’s possible the default settings are bleeding through depending on where you’re setting this variable, the updated configuration must be available at runtime, but it’s hard to tell.