-
Hello is it possible to use a base64 encoded password instead of clear test in the config file under receivers ? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Why would you do that? It can't be for security, as base64 is as easy to decode as it is to encode. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I think that a better approach than storing password in the config would be passing it via an environment variable (I believe the expansion will work for Windows too) |
Beta Was this translation helpful? Give feedback.
I think that a better approach than storing password in the config would be passing it via an environment variable (I believe the expansion will work for Windows too)