2 # Used for encryption where needed.
3 # Run `php artisan key:generate` to generate a valid key.
4 APP_KEY=SomeRandomString
7 # This must be the root URL that you want to host BookStack on.
8 # All URL's in BookStack will be generated using this value.
9 APP_URL=https://example.com
13 DB_DATABASE=database_database
14 DB_USERNAME=database_username
15 DB_PASSWORD=database_user_password
18 # Can be 'smtp', 'mail' or 'sendmail'
29 # A full list of options can be found in the '.env.example.complete' file.