Skip to content

Commit dba8e3a

Browse files
committed
Merge pull request GoogleCloudPlatform#61 from GoogleCloudPlatform/add-app-yaml-to-twilio
adding the app.yaml to twilio example
2 parents ebe7f92 + 7b69747 commit dba8e3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

appengine/standard/twilio/app.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
runtime: php55
2+
api_version: 1
3+
threadsafe: true
4+
5+
handlers:
6+
- url: /.*
7+
script: index.php

0 commit comments

Comments
 (0)