mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
Update app.proto
This commit is contained in:
@@ -59,7 +59,7 @@ message ListResponse {
|
||||
repeated Service services = 1;
|
||||
}
|
||||
|
||||
// Run an app from a source repo. Specify region etc.
|
||||
// Run an app from source
|
||||
message RunRequest {
|
||||
// name of the app
|
||||
string name = 1;
|
||||
@@ -71,7 +71,7 @@ message RunRequest {
|
||||
string region = 4;
|
||||
// port to run on
|
||||
int32 port = 5;
|
||||
// associatede env vars to pass in
|
||||
// associated env vars to pass in
|
||||
map<string,string> env_vars = 6;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user