Last active
December 19, 2015 00:29
-
-
Save caseysoftware/5869125 to your computer and use it in GitHub Desktop.
Updated app.yaml for the twilio example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| application: examplehelloworld | |
| version: 1 | |
| runtime: php | |
| api_version: 1 | |
| threadsafe: true | |
| handlers: | |
| - url: /images | |
| static_dir: images | |
| - url: /send-sms | |
| script: send-sms.php | |
| - url: /make-call | |
| script: make-call.php | |
| - url: .* | |
| script: index.php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment