I need to use `set PREFECT__CLOUD__USE_LOCAL_SECRE...
# ask-community
j
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
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
If I export it as an environment variable, what do I do next?