Zora12345/Slugger
0
1services:2 - type: web3 name: slugger-pitching-widget4 env: python5 plan: free6 autoDeploy: true7 buildCommand: pip install -r python_app/requirements.txt8 startCommand: gunicorn python_app.app:server --bind 0.0.0.0:$PORT --workers 1 --threads 2 --timeout 1209 healthCheckPath: /10 envVars:11 - key: POINTSTREAK_API_KEY12 sync: false13 - key: ALPB_API_KEY14 sync: false15 - key: DASH_DEBUG16 value: "false"17 