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

Side by Side Diff: go/src/infra/tricium/service/default/default.yaml

Issue 2125603002: Adds initial Tricium service GAE configs (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Adds copyright comments and infra testing files Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 application: chrome-infra-tricium-dev
2 module: default
3 runtime: go
4 api_version: go1
5
6 handlers:
7 - url: /analyze
8 script: _go_app
9 login: admin
10 - url: /.*
11 script: _go_app
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698