Advertisement
Guest User

Untitled

a guest
May 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. application: ip-trabajo-vlopez
  2.  
  3. dispatch:
  4. - url: "*/favicon.ico"
  5. module: default
  6.  
  7. - url: "*/work/*"
  8. module: backend
  9.  
  10.  
  11.  
  12.  
  13. application: ip-trabajo-vlopez
  14. module: backend
  15. version: v2
  16. runtime: python27
  17. api_version: 1
  18. threadsafe: false
  19.  
  20. instance_class: B1
  21. basic_scaling:
  22. max_instances: 4
  23.  
  24. handlers:
  25. - url: .*
  26. script: src.backendImportaciones.app
  27.  
  28. libraries:
  29. - name: webapp2
  30. version: "2.5.2"
  31.  
  32. - name: jinja2
  33. version: latest
  34.  
  35. - name: MySQLdb
  36. version: latest
  37.  
  38. - name: pycrypto
  39. version: latest
  40.  
  41. - name: endpoints
  42. version: 1.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement