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