mirror of
https://gitlab.aliens-lyon.fr/encartes/backend.git
synced 2026-09-11 16:50:46 +02:00
Mise à jour de symfony
Mise à jour de PHP Correction des entitées from attributes to annotations Ajout des entitées des objets 3D
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
doctrine:
|
||||
dbal:
|
||||
driver: 'pdo_pgsql'
|
||||
dbname: 'encartes-data'
|
||||
dbname: 'encartes'
|
||||
host: '127.0.0.1'
|
||||
port: 5432
|
||||
user: 'encartes'
|
||||
password: 'c0BanMCsQyxmPXhU1TjgXNvoSuXVsSNrxeWHKHyTYMk='
|
||||
server_version: '13'
|
||||
server_version: '15'
|
||||
charset: 'utf8'
|
||||
orm:
|
||||
auto_generate_proxy_classes: true
|
||||
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
||||
auto_mapping: true
|
||||
enable_lazy_ghost_objects: true
|
||||
mappings:
|
||||
App:
|
||||
is_bundle: false
|
||||
@@ -29,6 +30,7 @@ when@prod:
|
||||
doctrine:
|
||||
orm:
|
||||
auto_generate_proxy_classes: false
|
||||
proxy_dir: '%kernel.build_dir%/doctrine/orm/Proxies'
|
||||
query_cache_driver:
|
||||
type: pool
|
||||
pool: doctrine.system_cache_pool
|
||||
|
||||
@@ -3,6 +3,7 @@ framework:
|
||||
secret: '%env(APP_SECRET)%'
|
||||
#csrf_protection: true
|
||||
http_method_override: false
|
||||
handle_all_throwables: true
|
||||
|
||||
# Enables session support. Note that the session will ONLY be started if you read or write from it.
|
||||
# Remove or comment this section to explicitly disable session support.
|
||||
|
||||
+5
-3
@@ -1,3 +1,5 @@
|
||||
#index:
|
||||
# path: /
|
||||
# controller: App\Controller\DefaultController::index
|
||||
controllers:
|
||||
resource:
|
||||
path: ../src/Controller/
|
||||
namespace: App\Controller
|
||||
type: attribute
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
controllers:
|
||||
resource: ../../src/Controller/
|
||||
type: annotation
|
||||
|
||||
kernel:
|
||||
resource: ../../src/Kernel.php
|
||||
type: annotation
|
||||
Reference in New Issue
Block a user