| Index: tryconsole/app.yaml
|
| ===================================================================
|
| --- tryconsole/app.yaml (revision 0)
|
| +++ tryconsole/app.yaml (revision 0)
|
| @@ -0,0 +1,27 @@
|
| +# Copyright (c) 2009-2010 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +application: tryconsole
|
| +version: 1
|
| +runtime: python
|
| +api_version: 1
|
| +
|
| +default_expiration: "1h"
|
| +
|
| +handlers:
|
| +
|
| +# This allows convenient debugging.
|
| +- url: /remote_api
|
| + script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
|
| + login: admin
|
| +
|
| +- url: /static
|
| + static_dir: static
|
| +
|
| +- url: /favicon.ico
|
| + static_files: images/favicon.ico
|
| + upload: images/favicon.ico
|
| +
|
| +- url: /.*
|
| + script: tryconsole.py
|
|
|