soleprint init commit

This commit is contained in:
buenosairesam
2025-12-24 05:38:37 -03:00
commit 329c401ff5
96 changed files with 11564 additions and 0 deletions

View File

@@ -0,0 +1,31 @@
[
{
"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!)"
}
]