Hi! I am using Prefect 1.0, and am using different...
# ask-community
j
Hi! I am using Prefect 1.0, and am using different projects to support different deployment environments. Are there any suggested ways to isolate settings (e.g. secrets, env vars, schedules, …) between different projects?
r
Hey Joe! There are several ways in 1.0 to separate environments. Here is a whole discussion about best practices for separating environments: https://discourse.prefect.io/t/how-to-distinguish-between-various-environments-development-staging-production-in-prefect-flows/179
🙏 1
j
ty!