2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-23 07:08:28 +00:00

15 lines
315 B
YAML
Raw Normal View History

2017-08-05 20:17:15 +02:00
# Demo application for App Engine "flexible environment".
runtime: go
vm: true
api_version: go1
handlers:
# Favicon. Without this, the browser hits this once per page view.
- url: /favicon.ico
static_files: favicon.ico
upload: favicon.ico
# Main app. All the real work is here.
- url: /.*
script: _go_app