Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- application: myapp
- version: 1
- runtime: python27
- api_version: 1
- threadsafe: false
- handlers:
- - url: /
- static_files: index.html
- upload: index.html
- - url: /oauth2callback
- script: myapp.update
- - url: /update
- script: myapp.update
- - url: /(.*\.(gif|png|jpg|css|js|ico))
- static_files: \1
- upload: (.*\.(gif|png|jpg|css|js|ico))
- #- url: /(.*)
- # static_files: index.html
- # upload: index.html
- libraries:
- - name: webapp2
- version: latest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement