mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Added support for port option in SimplifiedConfigParser
This commit is contained in:
@@ -67,6 +67,7 @@ class SimplifiedConfigParserTest extends TestCase
|
||||
'anonymize_remote_addr' => false,
|
||||
'redirect_status_code' => 301,
|
||||
'redirect_cache_lifetime' => 90,
|
||||
'port' => 8888,
|
||||
];
|
||||
$expected = [
|
||||
'app_options' => [
|
||||
@@ -132,6 +133,7 @@ class SimplifiedConfigParserTest extends TestCase
|
||||
|
||||
'mezzio-swoole' => [
|
||||
'swoole-http-server' => [
|
||||
'port' => 8888,
|
||||
'options' => [
|
||||
'task_worker_num' => 50,
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user