1 2 3 4 5 6 7 8 9 10 11
# dummy app.yaml for nosegae api_version: 1 runtime: python27 threadsafe: true handlers: - url: / static_files: README.md upload: README.md mime_type: text/plain