-
-
Notifications
You must be signed in to change notification settings - Fork 111
Closed
Description
It isn't recommended to put database credentials the git repository, so perhaps we should keep them out of the backup config also? And also, a lot of projects already have defined them anyways somewhere.
An option would be to provide some default project parsers, to load the configuration from the actual project.
Laravel -> Load database.php config file, or from .env directly.
Magento -> Parse local.xml file
Drupal -> Parse sites config file
Etc
Reactions are currently unavailable