UOA-CS732-SE750-Students-2024 / project-group-golden-giraffes

Blurple Canvas, but on the web!
https://canvas.projectblurple.com
Other
1 stars 1 forks source link

build(backend): add express session secret into .env.example #197

Closed hwan513 closed 2 months ago

hwan513 commented 2 months ago

The secret needs to be changed when deploying for prod so it's actually a secret. Without a fixed secret the express session persistence acts funny.

Just adding this as a reminder for deployment.