Add support for html and enabled fields in link configs

Bug: Issue 3804
Change-Id: I8c885662296368faa073957d426082b3bded81fc
This commit is contained in:
Andrew Bonventre
2016-01-14 14:18:20 -05:00
parent 9de8b68b77
commit e1a1c8b9c5
4 changed files with 78 additions and 13 deletions

View File

@@ -30,7 +30,7 @@ import (
)
var (
restHost = flag.String("host", "gerrit-review.googlesource.com", "Host to proxy requests to")
restHost = flag.String("host", "canary-chromium-review.googlesource.com", "Host to proxy requests to")
port = flag.String("port", ":8081", "Port to serve HTTP requests on")
prod = flag.Bool("prod", false, "Serve production assets")
loggedIn = flag.Bool("logged_in", false, "Return user info as if the user is logged in")