is there a way to set KV store values in the confi...
# prefect-community
c
is there a way to set KV store values in the config or with environment variables so that the KV doesn't need to be called? in other words, how can we do fully local execution if the KV store must call the cloud?
k
This there is no way I think because the code under the hood is an API call. The KV store is not tied to the config.
c
thanks for confirming