From d5dbc7087b267929b979a4e2a47e46d1dbae6395 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 24 Jul 2023 11:51:20 +1200 Subject: [PATCH] dev/core#1926 Add docs link to civicrm.settings.php.template --- templates/CRM/common/civicrm.settings.php.template | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/CRM/common/civicrm.settings.php.template b/templates/CRM/common/civicrm.settings.php.template index baf563771b..b2dcf4056b 100644 --- a/templates/CRM/common/civicrm.settings.php.template +++ b/templates/CRM/common/civicrm.settings.php.template @@ -82,6 +82,9 @@ if (!defined('CIVICRM_UF_DSN') && CIVICRM_UF !== 'UnitTests') { * Database URL format: * define( 'CIVICRM_DSN', 'mysql://crm_db_username:crm_db_password@db_server/crm_database?new_link=true'); * + * See https://docs.civicrm.org/installation/en/latest/general/mysql_tls/#dsn-settings for how to append + * ssl options to the Database URL. + * * Drupal and CiviCRM can share the same database, or can be installed into separate databases. * Backdrop CMS and CiviCRM can also share the same database, or can be installed into separate databases. * -- 2.25.1