mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
FIX: add multiple servers
This commit is contained in:
+14
-1
@@ -1669,7 +1669,20 @@
|
||||
"contact": {}
|
||||
},
|
||||
"tags": [],
|
||||
"servers": [],
|
||||
"servers": [
|
||||
{
|
||||
"url": "https://maestro.stg.dadosfera.ai",
|
||||
"description": "Ambiente STG"
|
||||
},
|
||||
{
|
||||
"url": "https://maestro-2.stg.dadosfera.ai",
|
||||
"description": "Ambiente STG2"
|
||||
},
|
||||
{
|
||||
"url": "https://maestro.dadosfera.ai",
|
||||
"description": "Ambiente PRD"
|
||||
}
|
||||
],
|
||||
"components": {
|
||||
"securitySchemes": {
|
||||
"access-token": {
|
||||
|
||||
Reference in New Issue
Block a user