Hello GB Team. Is it possible store passwords (li...
# ask-questions
c
Hello GB Team. Is it possible store passwords (like MongoDB or Redis) encrypted in a configuration file or even in environment variables?
f
you mean the connection user/pass for mongo?
that can be stored as an env var
c
Hello @fresh-football-47124. Yes, I mean the connection user/pass for Mongo, Redis, SMTP, etc. We have a security requirement in the company that the user/pass must be stored encrypted. Using env var is it possible to be encrypted?
f
@future-teacher-7046 do you know?