quiz-the-word/app.yaml

4 lines
138 B
YAML

runtime: python39
entrypoint: gunicorn -b :$PORT QuizTheWord.app:app
env_variables:
CONFIGURATION_SETUP: "QuizTheWord.config.Production"