Files
soleprint/station/tools/tester/environments.json
2025-12-24 05:38:37 -03:00

32 lines
671 B
JSON

[
{
"id": "demo",
"name": "Demo",
"url": "https://demo.amarmascotas.ar",
"api_key": "",
"description": "Demo environment for testing",
"default": true
},
{
"id": "dev",
"name": "Development",
"url": "https://dev.amarmascotas.ar",
"api_key": "",
"description": "Development environment"
},
{
"id": "stage",
"name": "Staging",
"url": "https://stage.amarmascotas.ar",
"api_key": "",
"description": "Staging environment"
},
{
"id": "prod",
"name": "Production",
"url": "https://amarmascotas.ar",
"api_key": "",
"description": "Production environment (use with caution!)"
}
]