From 2a0ea077abef637d2f49e306346feb32c1c3c4c3 Mon Sep 17 00:00:00 2001 From: Ruslan Baidan Date: Tue, 7 Jul 2020 15:31:31 +0200 Subject: [PATCH] Used the stats port for the FO config. --- vagrant/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh index c5c19b0..7fad6c7 100644 --- a/vagrant/bootstrap.sh +++ b/vagrant/bootstrap.sh @@ -235,7 +235,7 @@ return [ ], 'statsApi' => [ - 'baseUrl' => 'http://localhost:5002' + 'baseUrl' => 'http://127.0.0.1:$STATS_PORT' ], ]; EOF"