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