2 # Used for encryption where needed.
3 # Run `php artisan key:generate` to generate a valid key.
4 APP_KEY=SomeRandomString
7 # Remove the hash below and set a URL if using BookStack behind
8 # a proxy, if using a third-party authentication option.
9 # This must be the root URL that you want to host BookStack on.
10 # All URL's in BookStack will be generated using this value.
11 #APP_URL=https://example.com
15 DB_DATABASE=database_database
16 DB_USERNAME=database_username
17 DB_PASSWORD=database_user_password
20 # Can be 'smtp', 'mail' or 'sendmail'
31 # A full list of options can be found in the '.env.example.complete' file.