Simple site/database to store common questions and their answers. Specifically aimed at providing boiler-plate answers to common questions.
To enable Azure AD sign-in, set the following environment variables:
AZURE_IDENTITY_METADATA=https://login.microsoftonline.com/YOUR_TENANT_NAME_OR_ID/.well-known/openid-configuration
AZURE_CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
AZURE_CLIENT_SECRET=xxxxxxxxxxxxxxxxxxxxxxxxx=
AZURE_RETURN_URL=https://xxxxxxxxxxx.com/auth/openid/return
To learn more about the above values, click here. Additional Azure AD settings can be found in config.js
node server.js | bunyan
- Nodejs
- PostgreSQL
- Handlebars (server-side)
- Foundation (front-end styling)