whisper.api / .env.example
Ved Gupta
things gonna change
9d9b02c
raw
history blame
428 Bytes
DEBUG=True
ALGORITHM=HS256
ACCESS_TOKEN_EXPIRE_MINUTES=30
SERVER_NAME="whisper.api"
SECRET_KEY=thatsMySecret&123
SERVER_HOST=http://localhost:8000
BACKEND_CORS_ORIGINS=[]
POSTGRES_SERVER=your_postgres_server
POSTGRES_USER=your_postgres_user
POSTGRES_PASSWORD=your_postgres_password
POSTGRES_DB=your_postgres_db
POSTGRES_DATABASE_URL=postgresql://your_postgres_user:your_postgres_password@your_postgres_server/your_postgres_db