hscloud/bgpwtf/landing/app.yaml
Sergiusz Bazanski be89707ce1 bgpwtf/landing: import
This imports a snapshot of the current landing page (that used to be
versioned in a separate repository, but we want to pull into hscloud).

Change-Id: Ia98bca294ae64bfd57c4a4250d7d3a5a7e5f8145
2020-07-25 12:18:59 +02:00

18 lines
231 B
YAML

runtime: python27
api_version: 1
threadsafe: true
handlers:
- url: /i
static_dir: i
secure: always
- url: /.*
script: main.app
secure: always
libraries:
- name: webapp2
version: latest
- name: jinja2
version: latest