aboutsummaryrefslogtreecommitdiff
path: root/system_tests/system_tests_sync/app_engine_test_app/app.yaml
blob: 06f2270303e810610f042b7c773d54db27470478 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
api_version: 1
service: google-auth-system-tests
runtime: python27
threadsafe: true

handlers:
- url: .*
  script: main.app

libraries:
- name: ssl
  version: 2.7.11