Guest User

Untitled

a guest
Jun 20th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. application: myapp_gae_app
  2. version: 1
  3. runtime: python
  4. api_version: 1
  5.  
  6. builtins:
  7. - datastore_admin: on
  8.  
  9. handlers:
  10. - url: /static/(.*)/detect-browser
  11. static_files: static/\1/detect-browser
  12. upload: static/(.*)/detect-browser
  13. mime_type: text/javascript
  14.  
  15. - url: /dialog/(..)
  16. static_files: static/dialog/\1/index.html
  17. upload: static/dialog/(.*)/index.html
  18. mime_type: text/html
  19.  
  20. - url: /dialog
  21. static_files: static/dialog/en/82280e710727f88dc4e44725194a5f4c17a69976/index.html
  22. upload: static/dialog/en/82280e710727f88dc4e44725194a5f4c17a69976/index.html
  23. mime_type: text/html
  24.  
  25. - url: /static
  26. static_dir: static
  27.  
  28. - url: /dialog
  29. static_dir: static/dialog
  30.  
  31. - url: .*
  32. script: main.py
Add Comment
Please, Sign In to add comment