fix: [vagrant] added missing comma in bootstrap.sh file.

feature/internationalization
Cédric Bonhomme 2020-12-17 11:00:18 +01:00
parent 2e2b541b1e
commit f2c5ac3025
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
1 changed files with 1 additions and 1 deletions

View File

@ -337,7 +337,7 @@ return [
],
'statsApi' => [
'baseUrl' => 'http://127.0.0.1:$STATS_PORT'
'baseUrl' => 'http://127.0.0.1:$STATS_PORT',
'apiKey' => '$apiKey',
],
];