mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
accept env vars in update
This commit is contained in:
@@ -84,6 +84,8 @@ message RunResponse {
|
||||
message UpdateRequest {
|
||||
// name of the app
|
||||
string name = 1;
|
||||
// Additional env vars to update
|
||||
map<string,string> env_vars = 2;
|
||||
}
|
||||
|
||||
message UpdateResponse {
|
||||
|
||||
Reference in New Issue
Block a user