Index: pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml |
diff --git a/pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml b/pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6bf68ab324b46f1809b38148a745a10cc3065f41 |
--- /dev/null |
+++ b/pkg/appengine/test/dart-python--datastore-compatibility/dart/app.yaml |
@@ -0,0 +1,17 @@ |
+# Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
+# for details. All rights reserved. Use of this source code is governed by a |
+# BSD-style license that can be found in the LICENSE file. |
+ |
+application: datastore-python-compatibility |
+version: test |
+runtime: dart |
+vm: true |
+api_version: 1 |
+threadsafe: true |
+ |
+manual_scaling: |
+ instances: 1 |
+ |
+handlers: |
+- url: /.* |
+ script: bin/main.dart |