illinois / queue

A microservice queue for holding open office hours
University of Illinois/NCSA Open Source License
82 stars 36 forks source link

Refactoring for multiple logins and institutions: Part 2 #288

Closed james9909 closed 4 years ago

james9909 commented 5 years ago

A clone of #283 to make it fully compatible with MySQL.

vercel[bot] commented 5 years ago

This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/illinois/queue/szmtvpsozv ✅ Preview: In Progress

james9909 commented 4 years ago

@winstan: let me know if the solution I came up with makes sense to you, especially the part about environment-specific database configs.

nwalters512 commented 4 years ago

@james9909 feel free to request a review from me once you feel like this is ready to go!

winstan commented 4 years ago

@james9909: Looks good, the dotenv configuration and database config. Thanks!