Created
August 2, 2023 07:32
-
-
Save liyasthomas/d0c2abc911ec6c2686e2a59e1397f6df to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Sample Hoppscotch Environment - 1", | |
"variables": [ | |
{ | |
"value": "https://echo.hoppscotch.io", | |
"key": "baseURL" | |
}, | |
{ | |
"value": "var1", | |
"key": "env1" | |
}, | |
{ | |
"value": "var2", | |
"key": "env2" | |
}, | |
{ | |
"key": "env3", | |
"value": "var3" | |
} | |
] | |
}, | |
{ | |
"name": "Sample Hoppscotch Environment - 2", | |
"variables": [ | |
{ | |
"value": "https://echo.hoppscotch.io", | |
"key": "baseURL" | |
}, | |
{ | |
"value": "var1", | |
"key": "env1" | |
}, | |
{ | |
"value": "var2", | |
"key": "env2" | |
}, | |
{ | |
"key": "env3", | |
"value": "var3" | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment