fix: [vagrant] added missing comma in bootstrap.sh file.
parent
2e2b541b1e
commit
f2c5ac3025
|
@ -337,7 +337,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'statsApi' => [
|
'statsApi' => [
|
||||||
'baseUrl' => 'http://127.0.0.1:$STATS_PORT'
|
'baseUrl' => 'http://127.0.0.1:$STATS_PORT',
|
||||||
'apiKey' => '$apiKey',
|
'apiKey' => '$apiKey',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue