• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright (c) 2015 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5api_version: 1
6runtime: python27
7threadsafe: true
8
9builtins:
10- remote_api: on
11
12handlers:
13- url: /upload
14  script: trace_uploader.endpoints.upload.app
15  secure: always
16
17- url: /corpus_cleanup
18  script: trace_uploader.endpoints.corpus_cleanup.app
19  secure: always
20  login: admin
21