Refresh CSE website content and research pages
This commit is contained in:
parent
002b164db8
commit
9bfda3d95a
211 changed files with 5666 additions and 837 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Local values only. Do not commit real secrets.
|
||||
|
||||
# Required by the Netlify deploy workflow. Store the real value as a GitHub
|
||||
# repository secret named NETLIFY_AUTH_TOKEN.
|
||||
NETLIFY_AUTH_TOKEN=
|
||||
|
||||
# Needed by the future email request agent. Store these outside Git.
|
||||
AGENTMAIL_API_KEY=
|
||||
AGENTMAIL_INBOX=
|
||||
|
||||
# Comma-separated allowlist for merge/deploy approvals received over email.
|
||||
WEB_REQUEST_APPROVER_EMAILS=manu@iitgn.ac.in,anup@iitgn.ac.in,neeldhara@iitgn.ac.in
|
||||
|
||||
# Comma-separated web team CC list for request acknowledgements and reviews.
|
||||
WEB_TEAM_CC=
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue