I have a question about how to store my database config for my php web application in apache2 server. (Apache/2.4.38 (Debian)).
Should I store it in a non-public config.ini.php file or store it as environment variable in /etc/apache2/envvars?
Both looks good to me.
Any advice? Thanks