#!/bin/bash # This script is used to setup the environment variables export GITHUB_TOKEN=your_token export UVICORN_HOST=0.0.0.0 export UVICORN_PORT=8000 export UVICORN_LOG_LEVEL=debug export REDIS_URL=127.0.0.1 export REDIS_PORT=6379 export SENTRY_DSN=your_sentry_dsn