https://prefect.io logo
Title
j

Jason Motley

04/04/2023, 2:25 PM
I need to use
set PREFECT__CLOUD__USE_LOCAL_SECRETS=false
in order to access databases while running things in Anaconda terminal. How can I replicate this when running/testing code in a VS Code interactive window?
👀 1
b

Bianca Hoch

04/04/2023, 4:54 PM
Hello Jason, this is for Prefect 1.0, is that correct? Here's a discourse article for how you can configure this as an environment variable, or to optionally configure it using the config.toml. You can also set this on the agent as well.
👍 1
j

Jason Motley

04/04/2023, 4:55 PM
If I export it as an environment variable, what do I do next?