Update README.md

feat: support to setting the MySQL transaction isolation level - README.md
This commit is contained in:
Fernando A Castro 2024-07-23 22:13:08 +02:00 committed by GitHub
parent d39e6ab629
commit c3c06dbfd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,6 +22,7 @@ drupal_settings:
database: mydatabase
username: user
password: secret
isolevel: "SET SESSION transaction_isolation=\\'READ-COMMITTED\\'"
config_directories: # Optional, Drupal 8
sync: path/to/config
trusted_hosts: # Optional, Drupal 8