Skip to content

Commit 3ee8302

Browse files
Use 127.0.0.1 instead of localhost
1 parent 8468091 commit 3ee8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PHPCR/Shell/Test/ContextBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ protected function getSession($workspaceName = null, $force = false)
8787
}
8888

8989
$params = [
90-
'jackalope.jackrabbit_uri' => 'http://localhost:8080/server/',
90+
'jackalope.jackrabbit_uri' => 'http://127.0.0.1:8080/server/',
9191
];
9292
$factory = new RepositoryFactoryJackrabbit();
9393

0 commit comments

Comments
 (0)