soleprint init commit
This commit is contained in:
31
station/tools/tester/environments.json
Normal file
31
station/tools/tester/environments.json
Normal 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!)"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user