Port of sahi is 9999, not 999
This commit is contained in:
@@ -172,7 +172,7 @@ class Extension implements ExtensionInterface
|
|||||||
defaultValue('localhost')->
|
defaultValue('localhost')->
|
||||||
end()->
|
end()->
|
||||||
scalarNode('port')->
|
scalarNode('port')->
|
||||||
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 999)->
|
defaultValue(isset($config['sahi']['port']) ? $config['sahi']['port'] : 9999)->
|
||||||
end()->
|
end()->
|
||||||
end()->
|
end()->
|
||||||
end()->
|
end()->
|
||||||
|
|||||||
Reference in New Issue
Block a user