Commit KV IDs Publicly?
Quick question, is it safe to commit KV IDs publically? I would presume that only Workers on the same account as the KV store are able to access it, but want to ask to see if anyone more knowledgeable knows for sure.
2 Replies
Yes it is safe to commit publicly. Anything that goes in the
wrangler.toml
file is. The only exception being environment variables that are sensitivePerfect, thanks y'all!