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

Side by Side Diff: appengine/chrome_infra_mon_proxy/app.yaml

Issue 928043005: Monitoring proxy for time series data (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: More fine-tuning Created 5 years, 8 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-mon-proxy
2 # version: 2
3 runtime: python27
4 api_version: 1
5 threadsafe: true
6
7 handlers:
8 - url: /.*
9 secure: always
10 script: main.app
11
ghost stip (do not use) 2015/04/14 00:36:42 - url: /admin/* secure:always login:admin sc
Sergey Berezin (google) 2015/04/15 01:38:09 Done - for now. Though I'm thinking of using an au
12 libraries:
13 - name: endpoints
14 version: 1.0
15 - name: jinja2
ghost stip (do not use) 2015/04/14 00:36:42 lol
Sergey Berezin (google) 2015/04/15 01:38:09 Yeah, I know :-) It's used by the auth module...
16 version: latest
17 - name: pycrypto
18 version: "2.6"
19 - name: webapp2
20 version: "2.5.2"
21 - name: webob
22 version: "1.2.3"
23
24 includes:
25 - components/auth
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698