# .env.vault.local HELLO="my-local-development-value" DATABASE_URL="postgresql://localhost:5432/my_local_db" API_KEY="my-personal-test-api-key"
The CLI uses the identifiers inside .env.vault.local to match your local folder to the correct secure cloud vault, encrypting the keys into .env.vault locally before syncing. Troubleshooting Common Issues Issue 1: "Vault Identifier Missing" .env.vault.local
npx dotenv-vault@latest [command]
npx dotenv-vault keys production