# Environment Setup

## Actions

1. Check for `.env.local` in the workspace root.
   - **Exists** → continue.
   - **Missing** → create `.env.local` with this exact content:

```env
VAULT_ADDRESS=https://vault-dev.wistron.com:8200/
VAULT_SECRET_PATH=wcz/sat-qas-01/project-name-wcz/default
VAULT_USERNAME=
VAULT_PASSWORD=

DATABASE_URL=
```
