Home | History | Annotate | Download | only in gonacl_appengine
      1 application: gonativeclient
      2 version: 2
      3 runtime: python27
      4 api_version: 1
      5 threadsafe: true
      6 
      7 handlers:
      8 - url: /static
      9   static_dir: static
     10 
     11 - url: /.*
     12   script: gonacl.application
     13