TYPO3 / TYPO3.CMS.BaseDistribution

Main composer distribution when using composer create project
GNU General Public License v2.0
17 stars 23 forks source link

Ignore LocalConfiguration.php #36

Closed ghost closed 1 year ago

ghost commented 3 years ago

LocalConfiguration.php contains secret information and should not be committed

gilbertsoft commented 3 years ago

It's recommended to inject secrets via AdditionalConfiguration.php and use dummy values in the LocalConfiguration.php. This way you also can use a .env file which is best practise anyway.