[ 'connection' => [ 'orm_default' => [ 'params' => [ 'host' => 'localhost', 'user' => 'sqlmonarcuser', 'password' => 'password', 'dbname' => 'monarc_common', ], ], 'orm_cli' => [ 'params' => [ 'host' => 'localhost', 'user' => 'sqlmonarcuser', 'password' => 'password', 'dbname' => 'monarc_cli', ], ], ], ], 'languages' => [ 'fr' => [ 'index' => 1, 'label' => 'Français', ], 'en' => [ 'index' => 2, 'label' => 'English', ], 'de' => [ 'index' => 3, 'label' => 'Deutsch', ], 'ne' => [ 'index' => 4, 'label' => 'Nederlands', ], ], 'defaultLanguageIndex' => 1, 'activeLanguages' => ['fr', 'en', 'de', 'nl',], 'appVersion' => $package_json['version'], 'checkVersion' => true, 'appCheckingURL' => 'https://version.monarc.lu/check/MONARC', 'email' => [ 'name' => 'MONARC', 'from' => 'info@monarc.lu', ], 'terms' => 'https://my.monarc.lu/terms.html', 'monarc' => [ 'ttl' => 60, 'cliModel' => 'generic', ], 'mospApiUrl' => 'https://objects.monarc.lu/api/', 'statsApi' => [ 'baseUrl' => 'http://127.0.0.1:5005', 'apiKey' => '', ], ];