neurosight / render.yaml
dhineshkmar's picture
Upload 18 files
04a16eb verified
raw
history blame contribute delete
511 Bytes
services:
- type: web
name: neurosight
env: python
buildCommand: pip install -r requirements.txt
startCommand: gunicorn neurosight_app_with_auth:app -c gunicorn.conf.py
envVars:
- key: PYTHON_VERSION
value: 3.11.0
- key: SECRET_KEY
sync: false
- key: MAIL_USERNAME
sync: false
- key: MAIL_PASSWORD
sync: false
- key: GOOGLE_CLIENT_ID
sync: false
- key: GOOGLE_CLIENT_SECRET
sync: false