hallo Spooky, hier die Parameters.yaml.
# This file has been auto-generated during installation
Code:
parameters:
database_host: localhost
database_port: 3306
database_user: root
database_password:
database_name: ws560
database_version: 8.0.30
Gefunden:config.yaml
Code:
imports:
- { resource: security.yaml }
# Put parameters here that don't need to change on each machine where the app is deployed
# http://symfony.com/doc/current/best_...-configuration
parameters:
locale: en
# Framework configuration
framework:
assets: true
esi: { enabled: true }
translator: { fallbacks: ['%locale%'] }
secret: '%env(APP_SECRET)%'
router:
utf8: true
resource: contao_manager.routing.route_loader::loadFromPlugins
type: service
strict_requirements: '%kernel.debug%'
csrf_protection: ~
lock: ~
default_locale: '%locale%'
session:
handler_id: ~
cookie_secure: auto
cookie_samesite: lax
fragments: { path: /_fragment }
php_errors:
log: true
uid:
default_uuid_version: 7
time_based_uuid_version: 7
handle_all_throwables: true
cache:
pools:
doctrine.result_cache_pool:
adapter: cache.app
doctrine.system_cache_pool:
adapter: cache.system
messenger:
buses:
messenger.bus.default:
middleware:
- doctrine_ping_connection
- doctrine_close_connection
failure_transport: contao_failure
transports:
sync: sync://
contao_failure: doctrine://default?table_name=tl_message_queue&queue_name=failure&auto_setup=false
contao_prio_high: doctrine://default?table_name=tl_message_queue&queue_name=prio_high&auto_setup=false
contao_prio_normal: doctrine://default?table_name=tl_message_queue&queue_name=prio_normal&auto_setup=false
contao_prio_low: doctrine://default?table_name=tl_message_queue&queue_name=prio_low&auto_setup=false
routing:
'Symfony\Component\Mailer\Messenger\SendEmailMessage': contao_prio_high
# TODO: Remove these interfaces and their routing configuration in Contao 6
'Contao\CoreBundle\Messenger\Message\HighPriorityMessageInterface': contao_prio_high
'Contao\CoreBundle\Messenger\Message\NormalPriorityMessageInterface': contao_prio_normal
'Contao\CoreBundle\Messenger\Message\LowPriorityMessageInterface': contao_prio_low
# Contao configuration
contao:
preview_script: /preview.php
messenger:
web_worker:
transports:
- contao_prio_high
- contao_prio_normal
- contao_prio_low
workers:
-
transports:
- contao_prio_high
options:
- --time-limit=60
- --sleep=5
autoscale:
desired_size: 5
max: 10
-
transports:
- contao_prio_normal
options:
- --time-limit=60
- --sleep=10
autoscale:
desired_size: 10
max: 10
-
transports:
- contao_prio_low
options:
- --time-limit=60
- --sleep=20
autoscale:
desired_size: 20
max: 10
# Twig configuration
twig:
debug: '%kernel.debug%'
strict_variables: '%kernel.debug%'
# Doctrine configuration
doctrine:
dbal:
default_connection: default
connections:
default:
driver: pdo_mysql
url: '%env(DATABASE_URL)%'
charset: utf8mb4
default_table_options:
charset: utf8mb4
collation: utf8mb4_unicode_ci
engine: InnoDB
row_format: DYNAMIC
types:
binary_string:
class: Contao\CoreBundle\Doctrine\DBAL\Types\BinaryStringType
orm:
auto_mapping: true
auto_generate_proxy_classes: false
enable_lazy_ghost_objects: true
naming_strategy: doctrine.orm.naming_strategy.default
metadata_cache_driver:
type: pool
pool: doctrine.system_cache_pool
query_cache_driver:
type: pool
pool: doctrine.system_cache_pool
result_cache_driver:
type: pool
pool: doctrine.result_cache_pool
# Security configuration
nelmio_security:
content_type:
nosniff: true
referrer_policy:
enabled: true
policies:
- no-referrer-when-downgrade
- strict-origin-when-cross-origin
xss_protection:
enabled: true
mode_block: true
# FOS HttpCache configuration
fos_http_cache:
proxy_client:
symfony:
use_kernel_dispatcher: true
cache_manager:
enabled: true
tags:
enabled: true
max_header_value_length: 4096
# Scheb 2FA configuration
scheb_two_factor:
trusted_device:
enabled: true
manager: contao.security.two_factor.trusted_device_manager
backup_codes:
enabled: true
manager: contao.security.two_factor.backup_code_manager
# Webauthn configuration
webauthn:
logger: logger
credential_repository: contao.repository.webauthn_credential
user_repository: contao.repository.webauthn_user_entity
creation_profiles:
contao_backend:
rp:
name: Contao Open Source CMS
authenticator_selection_criteria:
require_resident_key: true
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_REQUIRED
resident_key: !php/const Webauthn\AuthenticatorSelectionCriteria::RESIDENT_KEY_REQUIREMENT_REQUIRED
contao_frontend:
rp:
name: Contao Open Source CMS
authenticator_selection_criteria:
require_resident_key: true
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_REQUIRED
resident_key: !php/const Webauthn\AuthenticatorSelectionCriteria::RESIDENT_KEY_REQUIREMENT_REQUIRED
request_profiles:
contao_backend:
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_REQUIRED
contao_frontend:
user_verification: !php/const Webauthn\AuthenticatorSelectionCriteria::USER_VERIFICATION_REQUIREMENT_REQUIRED
controllers:
enabled: true
creation:
contao_backend_add_authenticator:
options_path: '%contao.backend.route_prefix%/webauthn/add/options'
result_path: '%contao.backend.route_prefix%/webauthn/add/result'
user_entity_guesser: contao.webauthn.user_entity_guesser
profile: contao_backend
contao_frontend_add_authenticator:
options_path: /_contao/webauthn/add/options
result_path: /_contao/webauthn/add/result
user_entity_guesser: contao.webauthn.user_entity_guesser
profile: contao_frontend
danke
wolli