I want to store the final generated PHP code of my projects in a git store (GitLab/GitHub), and I would prefer not to save the usernames/passwords, but currently the generated config.[env].php contains everything. can you implement something to store those secrets in a different way like “.env” files or something?
i can choose to generate a production config file just once and not commit it to the git repo, but the main config.php still contains the encryption_key and aes_encryption_key, which I prefer not to save in the git repo