Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: fuzzer/fuzzer.toml

Issue 1144163010: Getting started on the fuzzer web front end. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Update startsWith polyfill Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fuzzer/fuzzer.toml
diff --git a/fuzzer/fuzzer.toml b/fuzzer/fuzzer.toml
index dfefadc0979311839b27a27b68640667720a125b..3cae25de82a10321399509e05fd50376cae8de67 100644
--- a/fuzzer/fuzzer.toml
+++ b/fuzzer/fuzzer.toml
@@ -5,12 +5,14 @@ FuzzOutputGSBucket = "skia-fuzzer"
DoOauth = true
OauthCacheFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/google_storage_token.data"
OAuthClientSecretFile = "/Users/humper/work/gocode/src/go.skia.org/infra/perf/client_secret.json"
-
+Local = false
[FrontEnd]
-Port = ":8000" # "HTTP service address (e.g., ':8000')")
+Port = ":8000" # "HTTP service address (e.g., ':8000')")
GraphiteServer = "skia-monitoring-b:2003" # address of the graphite server
+RedirectURL = "https://fuzzer.skia.org/oauth2callback/" # OAuth2 redirect URL
+ForceLogin = true
[Fuzzer]
« no previous file with comments | « fuzzer/elements.html ('k') | fuzzer/go/config/config.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698