mirror of
https://github.com/shlinkio/shlink.git
synced 2025-03-14 04:00:57 +03:00
Added cli locale to installation generated config file
This commit is contained in:
parent
25380e4727
commit
2617ef1547
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ class InstallCommand extends Command
|
|||
'translator' => [
|
||||
'locale' => $params['LANGUAGE']['DEFAULT'],
|
||||
],
|
||||
'cli' => [
|
||||
'locale' => $params['LANGUAGE']['CLI'],
|
||||
],
|
||||
'url_shortener' => [
|
||||
'domain' => [
|
||||
'schema' => $params['URL_SHORTENER']['SCHEMA'],
|
||||
|
|
Loading…
Add table
Reference in a new issue