Closed LindwehrFabian closed 3 months ago
Hi @LindwehrFabian,
We don't support other methods (like encryption or remote stores) to define these values.
BookStack will take the same named options from the environment though, so if you can instead set environment variables for the apache/php process, that could be used instead of being defined in the .env
.
It's a common practice to store passwords as cleartext on the server, provided the configuration file is not publicly accessible. Otherwise a hacker has the access to the entire server contents, and it doesn't matter whether they got the password from that file.
It's a common practice to store passwords as cleartext on the server, provided the configuration file is not publicly accessible. Otherwise a hacker has the access to the entire server contents, and it doesn't matter whether they got the password from that file.
I didn't actually know that, thank you very much for the information :) And thinking about it, you're absolutely right haha :)
Attempted Debugging
Searched GitHub Issues
Describe the Scenario
Hello, is it somehow possible to not show the db users username/password as cleartext in the .env file?
Thanks already everyone!
Greetings Fabian
Exact BookStack Version
v24.05.3
Log Content
No response
Hosting Environment
XAMPP 3.3.0 MYQL Apache