32 lines
671 B
JSON
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!)"
|
|
}
|
|
]
|