From 95e634deceb4b245673c30791a97c107af5116c3 Mon Sep 17 00:00:00 2001 From: herbdool <herb@3speedhub.com> Date: Fri, 19 Apr 2024 17:55:02 +0000 Subject: [PATCH] Update file index.md --- docs/backdrop/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/backdrop/index.md b/docs/backdrop/index.md index 8525760..cd34e65 100644 --- a/docs/backdrop/index.md +++ b/docs/backdrop/index.md @@ -158,9 +158,9 @@ There should now be a **CiviCRM** link in your Backdrop menu. Click that link an If your MySQL database is hosted on a different machine than your web server, or if your host requires it, you can use TLS to encrypt the connection between the database and the web server. -Full instructions on installing drupal are out of scope for this guide, but one method is to install into a test database first without MySQL encryption and then move the database to the live server and update settings.php to enable MySQL encryption. +Full instructions on installing Backdrop are out of scope for this guide, but one method is to install into a test database first without MySQL encryption and then move the database to the live server and update settings.php to enable MySQL encryption. -See [TLS for MySQL](../general/mysql_tls.md) for introductory concepts and the settings for the CiviCRM database. For the Drupal database you have several options for updating settings.php: +See [TLS for MySQL](../general/mysql_tls.md) for introductory concepts and the settings for the CiviCRM database. For the Backdrop database you have several options for updating settings.php: 1. The simplest, which doesn't require a client certificate, but doesn't verify the server certificate. @@ -170,7 +170,7 @@ See [TLS for MySQL](../general/mysql_tls.md) for introductory concepts and the s array ( 'default' => array ( - 'database' => 'drupal', + 'database' => 'backdrop', 'username' => 'dbuser', 'password' => 'dbpassword', 'host' => 'db435.examplehost.com', -- GitLab