Created Notes about GAE - Google App Engine (markdown)

Noam Meltzer 2019-05-05 18:04:51 +03:00
parent 6d9faa0bc8
commit ee1c543c64

@ -0,0 +1,10 @@
**NOTE: This page needs more work**
***
Make sure to add this block to `app.yaml` (see [1393](https://github.com/python-telegram-bot/python-telegram-bot/issues/1393)):
```
env_variables:
GAE_USE_SOCKETS_HTTPLIB : 'true'
```