infra.md: reference only, secrets stay in .env

This commit is contained in:
Azreen Jamal
2026-03-03 03:05:06 +08:00
parent 5e0d80daf9
commit 1ad3033cc1
2 changed files with 15 additions and 1 deletions

15
.claude/infra.md Normal file
View File

@@ -0,0 +1,15 @@
# Infrastructure Access
# Connection details and references. Secrets live in .env (gitignored).
## Servers
| Name | IP / Host | SSH User | Port | Notes |
|------------|-------------------|----------|------|--------------|
| primary | 159.195.60.33 | root | 22 | main server |
## SSH Quick Reference
```
ssh root@159.195.60.33
```
## Secrets
All tokens, passwords, and API keys go in `.env` — never in this file.

1
.gitignore vendored
View File

@@ -7,7 +7,6 @@ __pycache__/
# API keys — never commit real credentials
.env
.claude/infra.md
.pi/agent-sessions/