quiz-the-word/app.yaml
2023-11-27 19:25:33 -08:00

5 lines
139 B
YAML

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