Adds site name to the config

main
Yasen Pramatarov 2025-04-08 12:02:01 +03:00
parent 71b0448004
commit 11fa58bd6e
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ return [
'domain' => 'localhost', 'domain' => 'localhost',
// subfolder for the web app, if any // subfolder for the web app, if any
'folder' => '/jilo-web/', 'folder' => '/jilo-web/',
// site name used in emails and in the inteerface
'site_name' => 'Jilo Web',
// set to false to disable new registrations // set to false to disable new registrations
'registration_enabled' => '1', 'registration_enabled' => '1',
// will be displayed on login screen // will be displayed on login screen