Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.73k stars 597 forks source link

Configuration php file fix #2795

Closed marcelfolaron closed 3 days ago

marcelfolaron commented 3 days ago

Description

This deprecates the use of the configuration.php file which should not be used anymore. Everything should be in .env files. With that said, configuration.php will set env variables now so if you have both configuration.php will override .env file entries.

Link to ticket

2789

Type