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>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# Environments de Hoppscotch llevan secretos (tokens, basicAuth). NUNCA se versionan.
|
||||
# Solo se versiona la plantilla *.example.json (valores con <<placeholder>>).
|
||||
*.json
|
||||
!*.example.json
|
||||
@@ -0,0 +1,22 @@
|
||||
[
|
||||
{
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user