Skip to content

Commit

Permalink
Merge pull request #63 from seamuslee001/fix_generation_civicrm_settings
Browse files Browse the repository at this point in the history
Fix generating civicrm.settings.php by ensuring that CMSdbSSL and dbS…
  • Loading branch information
demeritcowboy authored Oct 1, 2021
2 parents 55c6bba + 1243b33 commit 90ad294
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions admin/configure.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ function civicrm_config($frontend = FALSE, $siteKey, $credKeys, $signKeys) {
'siteKey' => $siteKey,
'credKeys' => $credKeys,
'signKeys' => $signKeys,
'dbSSL' => '',
'CMSdbSSL' => '',
);

if ($frontend) {
Expand Down

0 comments on commit 90ad294

Please sign in to comment.