Files
web_scraping/hoppscotch/environments/registry_api.example.json
T
egutierrez 65ca2b3d43 chore: auto-commit (4 archivos)
- .gitignore
- CAPABILITIES_TODO.md
- CHROMIUM_SYSTEM.md
- hoppscotch/

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-06-11 00:16:47 +02:00

23 lines
366 B
JSON

[
{
"v": 1,
"name": "registry_api",
"variables": [
{
"key": "baseURL",
"value": "https://registry.organic-machine.com",
"secret": false
},
{
"key": "pc",
"value": "lucas-linux",
"secret": false
},
{
"key": "registryToken",
"secret": true
}
]
}
]