Index: services/auth_service/tests/replica_app/app.yaml |
diff --git a/services/auth_service/tests/replica_app/app.yaml b/services/auth_service/tests/replica_app/app.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..bbdc75e82a516b0fc2ab4e514e548d57516cf143 |
--- /dev/null |
+++ b/services/auth_service/tests/replica_app/app.yaml |
@@ -0,0 +1,21 @@ |
+application: replica-for-smoke-test |
+runtime: python27 |
+api_version: 1 |
+threadsafe: true |
+ |
+handlers: |
+- url: /.* |
+ script: main.app |
+ |
+includes: |
+- components/auth |
+ |
+libraries: |
+- name: jinja2 |
+ version: "2.6" |
+- name: webapp2 |
+ version: "2.5.2" |
+- name: webob |
+ version: "1.2.3" |
+- name: yaml |
+ version: "3.10" |