Home | History | Annotate | Download | only in storage_serviceaccount_appengine
      1 application: bucket-list-python 
      2 version: 1
      3 runtime: python27
      4 threadsafe: no
      5 api_version: 1
      6 
      7 handlers:
      8 - url: /listing.xsl
      9   static_files: listing.xsl
     10   upload: listing.xsl 
     11 
     12 - url: .*
     13   script: main.py
     14