Home | History | Annotate | Download | only in html
      1 application: androidappdocs-staging
      2 version: 1
      3 runtime: python27
      4 threadsafe: true
      5 api_version: 1
      6 # compatibility: gae-1.9.4+
      7 
      8 # handler for local staging servers
      9 # WARNING: NOT FOR USE IN PRODUCTION
     10 
     11 # Use this handler definition with
     12 # Google App Engine 1.9.4 or higher.
     13 # NOT compatible with prior GAE versions
     14 
     15 handlers:
     16 
     17 # DEVELOPMENT HANDLER
     18 - url: /(.+)
     19   static_files: \1
     20   upload: (.+)
     21 
     22 # Direct default, blank requests
     23 - url: /
     24   static_files: index.html
     25   upload: index.html