API: Get the email to send feedbacks to from process.env
#235
Labels
good first issue
Good for newcomers
priority: low
scope: api
Everything related to the API
type: chore
Release drafter tag for tagging PRs related to making patches to general code
Description
keyshade/apps/api/src/feedback/service/feedback.service.ts
Line 17 in 5ea9a10
It would be a good practice to keep things dynamic so that the code can be easily configured without making any code changes. We would like to parse the email, where we want to send the feedbacks sent by the users, from
process.env
.Solution
FEEDBACK_FORWARD_EMAIL
.env.example
The text was updated successfully, but these errors were encountered: