4 APP_KEY=SomeRandomString
6 # The below url has to be set if using social auth options
7 # or if you are not using BookStack at the root path of your domain.
8 # APP_URL=http://bookstack.dev
12 DB_DATABASE=database_database
13 DB_USERNAME=database_username
14 DB_PASSWORD=database_user_password
19 # If using Memcached, comment the above and uncomment these
20 #CACHE_DRIVER=memcached
21 #SESSION_DRIVER=memcached
23 # A different prefix is useful when multiple BookStack instances use the same caching server
24 CACHE_PREFIX=bookstack
27 # If using a UNIX socket path for the host, set the port to 0
28 # This follows the following format: HOST:PORT:WEIGHT
29 # For multiple servers separate with a comma
30 MEMCACHED_SERVERS=127.0.0.1:11211:100
36 STORAGE_S3_SECRET=false
37 STORAGE_S3_REGION=false
38 STORAGE_S3_BUCKET=false
40 # Used to prefix image urls for when using custom domains/cdns
46 # Social Authentication information. Defaults as off.
48 GITHUB_APP_SECRET=false
50 GOOGLE_APP_SECRET=false
55 TWITCH_APP_SECRET=false
57 GITLAB_APP_SECRET=false
60 # External services such as Gravatar and Draw.IO
61 DISABLE_EXTERNAL_SERVICES=false
68 LDAP_USER_FILTER=false