[GCP] Configure diagnostics server

Signed-off-by: David Gageot <david@gageot.net>
This commit is contained in:
David Gageot 2017-01-10 17:10:55 +01:00
parent 9b156d0cd4
commit 13cc81a1aa

View File

@ -18,6 +18,9 @@ start()
"azure")
DIAGNOSTICS_SERVER_FLAGS="-http"
;;
"gcp")
DIAGNOSTICS_SERVER_FLAGS="-http"
;;
"windows")
DIAGNOSTICS_SERVER_FLAGS="-hvsock"
;;