Used the stats port for the FO config.
parent
9f0241422b
commit
2a0ea077ab
|
|
@ -235,7 +235,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'statsApi' => [
|
'statsApi' => [
|
||||||
'baseUrl' => 'http://localhost:5002'
|
'baseUrl' => 'http://127.0.0.1:$STATS_PORT'
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
EOF"
|
EOF"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue