-
Notifications
You must be signed in to change notification settings - Fork 18
Description
Describe the Feature
Configuring a web application for a specific environment is typically done by passing in the configuration variables in either the header or in the URL. I can do this by hand (http://127.0.0.1:9011/projects/load?name=engageLively--galyleo-dashboard&foo=bar
) which is what I do today, but it would be nice if there was a simple table editor which could be clicked on for a project to configure these.
Graphics
Running a Docker image from Docker desktop brings up this dialog:
Clicking on Optional Settings brings up a config dialog:
For HTTP parameters, Postman has a an extensive set of config options;
Implementation Details
If applicable, provide insights with regards to implementing this feature that you already have.
I think this is actually straightforward, and can be done with existing components, adapted for the purpose. Just attach a config button to each project on the dashboard, which would bring up a Docker Desktop-like wizard, or, at a stretch, a Postman-like wizard