Edit file File name : .env Content :# Configure your database connection and set the correct server version: # for MySQL "serverVersion=5.7" and for MariaDB "serverVersion=mariadb-10.5.8" DATABASE_URL=mysql://indoora7_kima589:41Y(-p7SU8@localhost:3306/indoora7_kima589?charset=utf8&serverVersion=10.3.31-MariaDB-cll-lve # Email will be sent with this address as sender MAILER_FROM=kimai@example.com # Email connection (disabled by default) more info at https://www.kimai.org/documentation/emails.html MAILER_URL=null://null # do not change, unless you are developing for Kimai APP_ENV=prod # should be changed to a unique character sequence APP_SECRET=change_this_to_something_unique # unlikely, that you need to change this one CORS_ALLOW_ORIGIN=^https?://localhost(:[0-9]+)?$ # Running behind reverse proxies? Use those: # TRUSTED_PROXIES=127.0.0.1,127.0.0.2 # TRUSTED_HOSTS=localhost,example.com Save