mirror of
https://forge.chapril.org/tykayn/caisse-bliss
synced 2025-06-20 01:44:42 +02:00
up to sf 7
This commit is contained in:
parent
a39b6239b0
commit
501795a8fa
16586 changed files with 19384005 additions and 0 deletions
16
v1/old/config/packages/dev/easy_log_handler.yaml
Executable file
16
v1/old/config/packages/dev/easy_log_handler.yaml
Executable file
|
@ -0,0 +1,16 @@
|
|||
services:
|
||||
EasyCorp\EasyLog\EasyLogHandler:
|
||||
public: false
|
||||
arguments: ['%kernel.logs_dir%/%kernel.environment%.log']
|
||||
|
||||
#// FIXME: How to add this configuration automatically without messing up with the monolog configuration?
|
||||
#monolog:
|
||||
# handlers:
|
||||
# buffered:
|
||||
# type: buffer
|
||||
# handler: easylog
|
||||
# channels: ['!event']
|
||||
# level: debug
|
||||
# easylog:
|
||||
# type: service
|
||||
# id: EasyCorp\EasyLog\EasyLogHandler
|
19
v1/old/config/packages/dev/monolog.yaml
Executable file
19
v1/old/config/packages/dev/monolog.yaml
Executable file
|
@ -0,0 +1,19 @@
|
|||
monolog:
|
||||
handlers:
|
||||
main:
|
||||
type: stream
|
||||
path: "%kernel.logs_dir%/%kernel.environment%.log"
|
||||
level: debug
|
||||
channels: ["!event"]
|
||||
# uncomment to get logging in your browser
|
||||
# you may have to allow bigger header sizes in your Web server configuration
|
||||
#firephp:
|
||||
# type: firephp
|
||||
# level: info
|
||||
#chromephp:
|
||||
# type: chromephp
|
||||
# level: info
|
||||
console:
|
||||
type: console
|
||||
process_psr_3_messages: false
|
||||
channels: ["!event", "!doctrine", "!console"]
|
3
v1/old/config/packages/dev/routing.yaml
Executable file
3
v1/old/config/packages/dev/routing.yaml
Executable file
|
@ -0,0 +1,3 @@
|
|||
framework:
|
||||
router:
|
||||
strict_requirements: true
|
9
v1/old/config/packages/dev/security_checker.yaml
Executable file
9
v1/old/config/packages/dev/security_checker.yaml
Executable file
|
@ -0,0 +1,9 @@
|
|||
services:
|
||||
SensioLabs\Security\SecurityChecker:
|
||||
public: false
|
||||
|
||||
SensioLabs\Security\Command\SecurityCheckerCommand:
|
||||
arguments: ['@SensioLabs\Security\SecurityChecker']
|
||||
public: false
|
||||
tags:
|
||||
- { name: console.command, command: 'security:check' }
|
4
v1/old/config/packages/dev/swiftmailer.yaml
Executable file
4
v1/old/config/packages/dev/swiftmailer.yaml
Executable file
|
@ -0,0 +1,4 @@
|
|||
# See https://symfony.com/doc/current/email/dev_environment.html
|
||||
swiftmailer:
|
||||
# send all emails to a specific address
|
||||
#delivery_addresses: ['me@example.com']
|
6
v1/old/config/packages/dev/web_profiler.yaml
Executable file
6
v1/old/config/packages/dev/web_profiler.yaml
Executable file
|
@ -0,0 +1,6 @@
|
|||
web_profiler:
|
||||
toolbar: true
|
||||
intercept_redirects: false
|
||||
|
||||
framework:
|
||||
profiler: { only_exceptions: false }
|
Loading…
Add table
Add a link
Reference in a new issue