mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
fix(bru-2079): validations for global environments get/set functions (#6009)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"environments": [
|
||||
{
|
||||
"uid": "local-env-export-test",
|
||||
"uid": "FfmX1qYW2EaOpLWeNPLKM",
|
||||
"name": "local",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "local-env-export-test-host",
|
||||
"uid": "PYtEmbl0WSSE7NQcYeGx7",
|
||||
"name": "host",
|
||||
"value": "http://localhost:3000",
|
||||
"type": "text",
|
||||
@@ -13,7 +13,7 @@
|
||||
"secret": false
|
||||
},
|
||||
{
|
||||
"uid": "local-env-export-test-secret-token",
|
||||
"uid": "FExjpMlo6zg3egKcgpfop",
|
||||
"name": "secretToken",
|
||||
"value": "",
|
||||
"type": "text",
|
||||
@@ -23,11 +23,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"uid": "prod-env-export-test",
|
||||
"uid": "YCuMlcT9KEWf3cSn3lWOq",
|
||||
"name": "prod",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "prod-env-export-test-host",
|
||||
"uid": "cdfGL8VF46DrJtBYkiR8i",
|
||||
"name": "host",
|
||||
"value": "https://echo.usebruno.com",
|
||||
"type": "text",
|
||||
@@ -35,7 +35,7 @@
|
||||
"secret": false
|
||||
},
|
||||
{
|
||||
"uid": "prod-env-export-test-secret-token",
|
||||
"uid": "hTqi6z7CLLWLHxjQ3bwtt",
|
||||
"name": "secretToken",
|
||||
"value": "",
|
||||
"type": "text",
|
||||
@@ -45,5 +45,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"activeGlobalEnvironmentUid": "local-env-export-test"
|
||||
"activeGlobalEnvironmentUid": "FfmX1qYW2EaOpLWeNPLKM"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"environments": [
|
||||
{
|
||||
"uid": "local-env-export-test",
|
||||
"uid": "FfmX1qYW2EaOpLWeNPLKM",
|
||||
"name": "local",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "local-env-export-test-host",
|
||||
"uid": "rfrIqlfmuyFD4560ciK04",
|
||||
"name": "host",
|
||||
"value": "http://localhost:3000",
|
||||
"type": "text",
|
||||
@@ -13,7 +13,7 @@
|
||||
"secret": false
|
||||
},
|
||||
{
|
||||
"uid": "local-env-export-test-secret-token",
|
||||
"uid": "3WEAWueN0Ov99uOX0uuuM",
|
||||
"name": "secretToken",
|
||||
"value": "",
|
||||
"type": "text",
|
||||
@@ -23,11 +23,11 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"uid": "prod-env-export-test",
|
||||
"uid": "PYtEmbl0WSSE7NQcYeGx7",
|
||||
"name": "prod",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "prod-env-export-test-host",
|
||||
"uid": "tdqX6Yln9DYQYNievEJR1",
|
||||
"name": "host",
|
||||
"value": "https://echo.usebruno.com",
|
||||
"type": "text",
|
||||
@@ -35,7 +35,7 @@
|
||||
"secret": false
|
||||
},
|
||||
{
|
||||
"uid": "prod-env-export-test-secret-token",
|
||||
"uid": "fSxTRpngl8fxkhrl3z7hA",
|
||||
"name": "secretToken",
|
||||
"value": "",
|
||||
"type": "text",
|
||||
@@ -45,5 +45,5 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"activeGlobalEnvironmentUid": "local-env-export-test"
|
||||
"activeGlobalEnvironmentUid": "FfmX1qYW2EaOpLWeNPLKM"
|
||||
}
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "Development Environment",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "dev-var-1",
|
||||
"uid": "lflBDSYBdHkUedYhBF4Ty",
|
||||
"name": "env_type",
|
||||
"value": "development",
|
||||
"type": "text",
|
||||
@@ -19,7 +19,7 @@
|
||||
"name": "Production Environment",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "prod-var-1",
|
||||
"uid": "TZljXLErzW1nUWoozntZE",
|
||||
"name": "env_type",
|
||||
"value": "production",
|
||||
"type": "text",
|
||||
@@ -33,7 +33,7 @@
|
||||
"name": "Staging Environment",
|
||||
"variables": [
|
||||
{
|
||||
"uid": "staging-var-1",
|
||||
"uid": "FwoWhHvu9eLhA8H4brG6f",
|
||||
"name": "env_type",
|
||||
"value": "staging",
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user