You can copy the /usr/share/vitxi/backend/.env.example
(or .env.base
) file to .env
, and then execute the following command:
cd /usr/share/vitxi/backend/
php artisan run-wizard
This command will enable the installation wizard, allowing you to reconfigure the settings, which will then be saved in the .env
file.