snowballtools-base/packages/frontend/src/assets/environment-variables.json
Nabarun Gogoi 642ba72b8f
Add section for displaying environment variables in project settings (#27)
* Implement functionality to display environment variables

* Handle confirm of confirm dialogs

* Reset to default value on cancel button click

* Rename delete dialog open variable

---------

Co-authored-by: neeraj <neeraj.rtly@gmail.com>
2023-12-27 11:29:31 +05:30

15 lines
202 B
JSON

[
{
"id": 1,
"key": "ABC",
"value": "ABC",
"environments": ["production", "preview"]
},
{
"id": 2,
"key": "XYZ",
"value": "abc3",
"environments": ["preview"]
}
]