badcamp / camp_distro_installer

GNU General Public License v2.0
1 stars 0 forks source link

Docksal configuration cannot connect to database #1

Open sean-e-dietrich opened 6 years ago

sean-e-dietrich commented 6 years ago

This is due to the settings.local.php not being loaded, due to the bottom lines of settings.php having the the configuration commented out.

Since the changes needed are located in settings.php and that file is included within the .gitignore, the recommended path to resolve would be to include a base settings.php file within the docksal project that includes the uncommented lines. This file will then be copied into the project on the fin init command is run.

sean-e-dietrich commented 6 years ago

Original issue https://github.com/badcamp/camp_distro/issues/86