What professional practice should NestJS developers follow when exposing sensitive configuration such as JWT secrets?
-
A
Hardcode secrets in the source code for reliability
-
B
Load secrets from environment variables or a secrets manager and never commit them to version control
-
C
Store secrets in a config JSON file committed to the repository
-
D
Share secrets via Slack messages to team members