mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
map on home
This commit is contained in:
parent
a5cd69961f
commit
56f62c45bb
14 changed files with 588 additions and 15 deletions
|
@ -4,6 +4,11 @@ doctrine:
|
|||
options:
|
||||
1002: "SET NAMES utf8mb4"
|
||||
1000: true
|
||||
# Optimisations pour éviter les timeouts
|
||||
PDO::ATTR_TIMEOUT: 300
|
||||
PDO::ATTR_PERSISTENT: false
|
||||
PDO::MYSQL_ATTR_USE_BUFFERED_QUERY: true
|
||||
PDO::MYSQL_ATTR_INIT_COMMAND: "SET SESSION wait_timeout=300, interactive_timeout=300"
|
||||
|
||||
# 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