appengine/flexible/twilio/app.yaml (8 lines of code) (raw):
runtime: php
env: flex
runtime_config:
document_root: .
# [START gae_flex_twilio_env]
env_variables:
TWILIO_ACCOUNT_SID: your-account-sid
TWILIO_AUTH_TOKEN: your-auth-token
TWILIO_FROM_NUMBER: your-twilio-number
# [END gae_flex_twilio_env]