document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. application: avafavico
  2. version: 5
  3. runtime: python27
  4. api_version: 1
  5. threadsafe: false
  6.  
  7. default_expiration: "8h"
  8.  
  9. inbound_services:
  10. - warmup
  11.  
  12. handlers:
  13. - url: /favicon.ico
  14.   static_files: static/images/favicon.ico
  15.   upload: static/images/favicon.ico
  16. - url: /robots.txt
  17.   static_files: static/robots.txt
  18.   upload: static/robots.txt
  19. - url: .*
  20.   script: blogava.py
  21.  
  22. libraries:
  23. - name: lxml
  24.   version: latest
');