|
464 | 464 | * platform_service?: scalar|null, // Deprecated: The "platform_service" configuration key is deprecated since doctrine-bundle 2.9. DBAL 4 will not support setting a custom platform via connection params anymore. |
465 | 465 | * auto_commit?: bool, |
466 | 466 | * schema_filter?: scalar|null, |
467 | | - * logging?: bool, // Default: true |
468 | | - * profiling?: bool, // Default: true |
| 467 | + * logging?: bool, // Default: false |
| 468 | + * profiling?: bool, // Default: false |
469 | 469 | * profiling_collect_backtrace?: bool, // Enables collecting backtraces when profiling is enabled // Default: false |
470 | 470 | * profiling_collect_schema_errors?: bool, // Enables collecting schema errors when profiling is enabled // Default: true |
471 | 471 | * disable_type_comments?: bool, |
|
604 | 604 | * pool?: scalar|null, |
605 | 605 | * }, |
606 | 606 | * region_lock_lifetime?: scalar|null, // Default: 60 |
607 | | - * log_enabled?: bool, // Default: true |
| 607 | + * log_enabled?: bool, // Default: false |
608 | 608 | * region_lifetime?: scalar|null, // Default: 3600 |
609 | 609 | * enabled?: bool, // Default: true |
610 | 610 | * factory?: scalar|null, |
|
997 | 997 | * http_method_override?: bool, // Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests. // Default: false |
998 | 998 | * allowed_http_method_override?: list<string>|null, |
999 | 999 | * trust_x_sendfile_type_header?: scalar|null, // Set true to enable support for xsendfile in binary file responses. // Default: "%env(bool:default::SYMFONY_TRUST_X_SENDFILE_TYPE_HEADER)%" |
1000 | | - * ide?: scalar|null, // Default: "%env(default::SYMFONY_IDE)%" |
| 1000 | + * ide?: scalar|null, // Default: null |
1001 | 1001 | * test?: bool, |
1002 | 1002 | * default_locale?: scalar|null, // Default: "en" |
1003 | 1003 | * set_locale_from_accept_language?: bool, // Whether to use the Accept-Language HTTP header to set the Request locale (only when the "_locale" request attribute is not passed). // Default: false |
|
1154 | 1154 | * paths?: array<string, scalar|null>, |
1155 | 1155 | * excluded_patterns?: list<scalar|null>, |
1156 | 1156 | * exclude_dotfiles?: bool, // If true, any files starting with "." will be excluded from the asset mapper. // Default: true |
1157 | | - * server?: bool, // If true, a "dev server" will return the assets from the public directory (true in "debug" mode only by default). // Default: true |
| 1157 | + * server?: bool, // If true, a "dev server" will return the assets from the public directory (true in "debug" mode only by default). // Default: false |
1158 | 1158 | * public_prefix?: scalar|null, // The public path where the assets will be written to (and served from when "server" is true). // Default: "/assets/" |
1159 | 1159 | * missing_import_mode?: "strict"|"warn"|"ignore", // Behavior if an asset cannot be found when imported from JavaScript or CSS files - e.g. "import './non-existent.js'". "strict" means an exception is thrown, "warn" means a warning is logged, "ignore" means the import is left as-is. // Default: "warn" |
1160 | 1160 | * extensions?: array<string, scalar|null>, |
|
1274 | 1274 | * }, |
1275 | 1275 | * php_errors?: array{ // PHP errors handling configuration |
1276 | 1276 | * log?: mixed, // Use the application logger instead of the PHP logger for logging PHP errors. // Default: true |
1277 | | - * throw?: bool, // Throw PHP errors as \ErrorException instances. // Default: true |
| 1277 | + * throw?: bool, // Throw PHP errors as \ErrorException instances. // Default: false |
1278 | 1278 | * }, |
1279 | 1279 | * exceptions?: array<string, array{ // Default: [] |
1280 | 1280 | * log_level?: scalar|null, // The level of log message. Null to let Symfony decide. // Default: null |
|
1337 | 1337 | * scheduler?: bool|array{ // Scheduler configuration |
1338 | 1338 | * enabled?: bool, // Default: false |
1339 | 1339 | * }, |
1340 | | - * disallow_search_engine_index?: bool, // Enabled by default when debug is enabled. // Default: true |
| 1340 | + * disallow_search_engine_index?: bool, // Enabled by default when debug is enabled. // Default: false |
1341 | 1341 | * http_client?: bool|array{ // HTTP Client configuration |
1342 | 1342 | * enabled?: bool, // Default: true |
1343 | 1343 | * max_host_connections?: int, // The maximum number of connections to a single host. |
|
0 commit comments