From f291593d50bf5da28ffeab0eed19a9e1adfb8fbb Mon Sep 17 00:00:00 2001 From: Kundan Kumar Date: Sun, 4 Oct 2020 17:44:32 +0530 Subject: [PATCH] Create app.yaml --- app.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 app.yaml diff --git a/app.yaml b/app.yaml new file mode 100644 index 0000000..5d99c55 --- /dev/null +++ b/app.yaml @@ -0,0 +1,8 @@ +# Use PHP 7.3 by replacing "php72" below with "php73" +runtime: php73 + +# Defaults to "serve index.php" and "serve public/index.php". Can be used to +# serve a custom PHP front controller (e.g. "serve backend/index.php") or to +# run a long-running PHP script as a worker process (e.g. "php worker.php"). +# +# entrypoint: serve index.php