Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ACMS-3478: Update README.md file. #27

Merged
merged 2 commits into from
Jan 17, 2024
Merged

ACMS-3478: Update README.md file. #27

merged 2 commits into from
Jan 17, 2024

Conversation

apathak18
Copy link
Contributor

Motivation

Fixes 3478

Proposed changes
Updated the readme file.

README.md Outdated Show resolved Hide resolved
@@ -77,7 +75,7 @@ $settings = new Settings(DRUPAL_ROOT, $siteUri);
$dbSpec = [
'drupal' => [
'db' => [
'database' => 'drupal',
'database' => 'drupal', // In case of multi-site database name is replaced with the site name.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
'database' => 'drupal', // In case of multi-site database name is replaced with the site name.
'database' => $siteUri, //In the event of a database name change, the name should be replaced accordingly.

@vishalkhode1 vishalkhode1 merged commit 5c06103 into develop Jan 17, 2024
4 checks passed
@vishalkhode1 vishalkhode1 deleted the ACMS-3478 branch January 17, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants