You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Be careful not to copy sensitive files. Use `.env.example` instead of `.env`.
337
+
#### Security Best Practices
338
+
339
+
**The key distinction:** Development secrets (test API keys, local DB passwords) are **low risk** on personal machines. Production credentials are **high risk** everywhere.
340
+
341
+
```bash
342
+
# Personal dev: copy what you need to run dev servers
0 commit comments