github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/server/gae-py-blobserver/app.yaml (about)

     1  application: camlistore
     2  version: 1
     3  api_version: 1
     4  runtime: python
     5  
     6  handlers:
     7  - url: /remote_api
     8    script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
     9    login: admin
    10  
    11  # Upload completion URL must not be accessible by any users. Only by
    12  # going through Blobstore API upload URL.
    13  - url: /upload_complete
    14    login: admin
    15    script: main.py
    16  
    17  - url: /js
    18    static_dir: ../../clients/js
    19  
    20  - url: /static
    21    static_dir: static
    22  
    23  # off for now:
    24  # secure: always
    25  
    26  - url: .*
    27    script: main.py