Home | History | Annotate | Download | only in TestResultServer
      1 application: test-results-hrd
      2 version: 1
      3 runtime: python27
      4 api_version: 1
      5 threadsafe: true
      6 
      7 builtins:
      8 - appstats: on
      9 
     10 handlers:
     11 - url: /robots.txt
     12   static_files: robots.txt
     13   upload: robots.txt
     14 
     15 - url: /favicon.ico
     16   static_files: favicon.ico
     17   upload: favicon.ico
     18 
     19 - url: /stylesheets
     20   static_dir: stylesheets
     21 
     22 - url: /dashboards
     23   static_dir: static-dashboards
     24 
     25 - url: /testfile/delete
     26   script: main.app
     27   login: admin
     28 
     29 - url: /.*
     30   script: main.app
     31 
     32 - url: /updatebuilders
     33   script: main.app
     34   login: admin
     35