From 74b4bee56ea5c6914ae35fcab7f2067c490ea55a Mon Sep 17 00:00:00 2001 From: landylan Date: Sun, 5 Nov 2017 18:48:10 +0800 Subject: [PATCH] add app.yaml for Google Cloud --- app.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 app.yaml diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..780c2c5 --- /dev/null +++ b/app.yaml @@ -0,0 +1,7 @@ +runtime: python27 +api_version: 1 +threadsafe: true + +handlers: +- url: /.* + script: main.app \ No newline at end of file