mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-11 19:04:35 +00:00
lowercase env var
This commit is contained in:
@@ -89,7 +89,7 @@ message Func {
|
||||
// eg. ACTIVE, DEPLOY_IN_PROGRESS, OFFLINE etc
|
||||
string status = 7;
|
||||
// associated env vars
|
||||
map<string,string> env_Vars = 8;
|
||||
map<string,string> env_vars = 8;
|
||||
}
|
||||
|
||||
message ListResponse {
|
||||
|
||||
Reference in New Issue
Block a user