The hostname or IP address of your database server.
The name of the database to use for PinRepair.
The username for your database connection.
The password for your database user.
The base URL where PinRepair is installed (e.g. /pinrepair/public).
The full URL to your PinRepair installation (e.g. https://example.com/pinrepair/public).
The default timezone for your application.
The default language for the user interface.
The fallback language if a translation is missing.
The SMTP server for outgoing emails.
The port for your SMTP server.
The username for your SMTP server.
The password for your SMTP server.
The email address used as the sender.
The name used as the sender.
Your API key for the Open Pinball Database (opdb.org).
Please run composer install in the project directory.
composer install
If you use Tailwind or frontend build tools, run npm install && npm run build.
npm install && npm run build