By default, Prefect seems to store prefect.db and ...
# ask-community
c
By default, Prefect seems to store prefect.db and the profiles.toml in our Users folder ie C:\Users\cleung\.prefect. Is there a way to have that individualized for each individual venv we have? For example, we have 3 prefect instances in the same machine. I want prefect_A to automatically use profiles.toml in prefect_A, and its own prefect_A.db. Same with prefect_B and prefect_C. This is different than what I currently have, which is one prefect.db for all 3 instances, and 1 profiles.toml, where I have to keep switching the active profile to the correct one when I activate each one.
c
Hey Charles! This is not currently supported but has been a popular request lately - we definitely plan to support directory-based settings. I recommend giving a +1 to this issue and following along there - once we plan the work we'll add the issue to a milestone with an associated timeline; should be soon!