chore: fix syntax highlighting languages

This commit is contained in:
Oliver Davies 2023-04-22 16:49:04 +01:00
parent 14d096a53b
commit 84be97413d
68 changed files with 215 additions and 215 deletions

View file

@ -12,7 +12,7 @@ Within the [Docksal documentation for Drupal settings][0], the example database
settings include hard-coded credentials to connect to the Drupal database. For
example, within a `settings.php` file, you could add this:
```language-php
```php
$databases['default']['default'] = [
'driver' => 'mysql',
'host' => 'db',
@ -76,7 +76,7 @@ If you see this, the environment variables arent being passed into Docksal
`.docksal/docksal.yml` and add `MYSQL_DATABASE`, `MYSQL_PASSWORD` and
`MYSQL_USER` to the `environment` section of the `cli` service.
```language-yml
```yaml
version: '2.1'
services:
cli: