security: remove plaintext dev/Postgres passwords from .cursorrules
CI / skip-ci-check (pull_request) Successful in 5s
CI / docker-ci (pull_request) Successful in 7s
CI / secret-scan (pull_request) Successful in 17s
CI / admin-unit (pull_request) Successful in 22s
CI / viewer-unit (pull_request) Successful in 42s
CI / e2e (pull_request) Successful in 1m50s

These were committed in cleartext and pushed to remote history. Rotate the
dev server SSH password and Postgres 'ladmin' password separately; this
only stops the leak going forward and points at Infisical/vault instead.
This commit is contained in:
2026-07-15 18:38:40 -04:00
parent da4fc72807
commit 586243cd56
+4 -2
View File
@@ -219,16 +219,18 @@ Types:
## Development Environment
Credentials are NOT stored in this file (or anywhere in git). See Infisical
(`LevkinOps` project) / ansible vault for dev server SSH and Postgres
credentials — ask if you need the lookup path.
### Dev Server
- **Host**: 10.0.10.121
- **User**: appuser
- **Password**: C0caC0la
### Dev PostgreSQL
- **Host**: 10.0.10.181
- **Port**: 5432
- **User**: ladmin
- **Password**: C0caC0la
## Deployment
- Use deployment scripts in package.json