quiz-the-word/app.yaml

5 lines
139 B
YAML
Raw Normal View History

2021-03-22 20:53:50 -07:00
runtime: python39
entrypoint: gunicorn -b :$PORT QuizTheWord.app:app
env_variables:
2023-11-27 19:25:33 -08:00
CONFIGURATION_SETUP: "QuizTheWord.config.Production"