infra.md: reference only, secrets stay in .env
This commit is contained in:
15
.claude/infra.md
Normal file
15
.claude/infra.md
Normal 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
1
.gitignore
vendored
@@ -7,7 +7,6 @@ __pycache__/
|
|||||||
|
|
||||||
# API keys — never commit real credentials
|
# API keys — never commit real credentials
|
||||||
.env
|
.env
|
||||||
.claude/infra.md
|
|
||||||
|
|
||||||
.pi/agent-sessions/
|
.pi/agent-sessions/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user