manage-apps/shared/hosts.json
autocommit 00e446d91f chore(shared): 🔧 Add VPS host configuration entry to hosts.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-13 00:01:49 -07:00

6 lines
311 B
JSON

{
"apricot": { "label": "dev", "ip": "10.0.0.13", "local": true },
"black": { "label": "prod", "ip": "10.0.0.11", "local": false },
"plum": { "label": "macos", "ip": "10.0.0.123", "local": false },
"vps-0": { "label": "vps", "ip": "89.127.233.145", "local": false, "ssh": "quinn-vps" }
}