Skip to content

Commit

Permalink
revert examples change of host
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Nov 26, 2018
1 parent 26c9639 commit f4e22f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/demo-persistent-subscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

Loop::run(function () {
$connection = EventStoreAsyncConnectionFactory::createFromEndPoint(
new EndPoint('localhost', 1113)
new EndPoint('eventstore', 1113)
);

$connection->onConnected(function (): void {
Expand Down

0 comments on commit f4e22f6

Please sign in to comment.