mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
fix charset place PDO
This commit is contained in:
parent
80bab14bf0
commit
f50f2f87f5
3 changed files with 60 additions and 4 deletions
|
@ -1,6 +1,9 @@
|
|||
doctrine:
|
||||
dbal:
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
options:
|
||||
1002: "SET NAMES utf8mb4"
|
||||
1000: true
|
||||
|
||||
# IMPORTANT: You MUST configure your server version,
|
||||
# either here or in the DATABASE_URL env var (see .env file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue