dev/core#1926 Add docs link to civicrm.settings.php.template
authorEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 23 Jul 2023 23:51:20 +0000 (11:51 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 23 Jul 2023 23:51:20 +0000 (11:51 +1200)
templates/CRM/common/civicrm.settings.php.template

index baf563771b9dd4222dd7fae01c315a62b8b773c6..b2dcf4056b09f3efd8e0cf8f4e15dee6e7fb637f 100644 (file)
@@ -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.
  *