* debug mode on by default
* http proxy via curl adapter implemented
This commit is contained in:
@@ -31,5 +31,8 @@ return [
|
||||
'customfield_11692',
|
||||
],
|
||||
],
|
||||
'http.proxy.enabled' => false,
|
||||
'http.proxy.type' => CURLPROXY_SOCKS5,
|
||||
'http.proxy.url' => "localhost:1080",
|
||||
],
|
||||
];
|
||||
|
||||
@@ -7,10 +7,10 @@ return [
|
||||
// directive, to disable configuration caching. Toggling development mode
|
||||
// will also disable it by default; clear the configuration cache using
|
||||
// `composer clear-config-cache`.
|
||||
ConfigAggregator::ENABLE_CACHE => true,
|
||||
ConfigAggregator::ENABLE_CACHE => false,
|
||||
|
||||
// Enable debugging; typically used to provide debugging information within templates.
|
||||
'debug' => false,
|
||||
'debug' => true,
|
||||
|
||||
'zend-expressive' => [
|
||||
// Enable programmatic pipeline: Any `middleware_pipeline` or `routes`
|
||||
|
||||
Reference in New Issue
Block a user