Index: appengine/chrome_infra_mon_proxy/app.yaml |
diff --git a/appengine/chrome_infra_mon_proxy/app.yaml b/appengine/chrome_infra_mon_proxy/app.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7dc0518622e9b2eb916fb39af6ed7728fe9025f5 |
--- /dev/null |
+++ b/appengine/chrome_infra_mon_proxy/app.yaml |
@@ -0,0 +1,25 @@ |
+application: chrome-infra-mon-proxy |
+# version: 2 |
+runtime: python27 |
+api_version: 1 |
+threadsafe: true |
+ |
+handlers: |
+- url: /.* |
+ secure: always |
+ script: main.app |
+ |
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
|
+libraries: |
+- name: endpoints |
+ version: 1.0 |
+- 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...
|
+ version: latest |
+- name: pycrypto |
+ version: "2.6" |
+- name: webapp2 |
+ version: "2.5.2" |
+- name: webob |
+ version: "1.2.3" |
+ |
+includes: |
+- components/auth |