Guest User

Untitled

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