- Netlify is used for hosting the application
- Important Environment Variables to Set
DATABASE_URL
: MongoDB connection string with a specified OAuth- There are different values set for staging, production, and deploy previews
NEXTAUTH_URL
: Url of the site running in production.NEXTAUTH_SECRET
: Secret used for NextAuth generated usingopenssl rand -base64 32
- TODO OAuth stuff
- Important Environment Variables to Set
- Azure Cosmos DB is used for MongoDB hosting