OSDN Git Service

重要なコミット:env flexの使用が課金対象になっているのでpytnon27に変更
[pybbs/pybbs.git] / app.yaml
1 application: pybbs
2 version: 1.0
3 runtime: python27
4 api_version: 1
5 entrypoint: gunicorn -b :$PORT index:app
6 threadsafe: true