routeur_ia_api / postman_environment.json
Cyril Dupland
FIrst Commit
d28f1ed
raw
history blame
322 Bytes
{
"id": "capl-routeur-ia-env",
"name": "CAPL Routeur IA - Local",
"values": [
{
"key": "base_url",
"value": "http://localhost:7860",
"type": "default",
"enabled": true
},
{
"key": "token",
"value": "",
"type": "secret",
"enabled": true
}
],
"_postman_variable_scope": "environment"
}