Skip to content

Commit

Permalink
Postgres→MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-shaw-asu committed Jul 8, 2024
1 parent e924239 commit dcc78dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation/manual/configuring-drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ The below configuration will establish `localhost` as a trusted host pattern, bu

**Before** (at around line 789):
```
'driver' => 'pgsql',
'driver' => 'mysql',
);
```

**After**:
```
'driver' => 'pgsql',
'driver' => 'mysql',
);
$settings['trusted_host_patterns'] = [
Expand Down

0 comments on commit dcc78dc

Please sign in to comment.