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
51 GOOGLE_SELECT_ACCOUNT=false
56 TWITCH_APP_SECRET=false
58 GITLAB_APP_SECRET=false
61 DISCORD_APP_SECRET=false
64 # Disable default services such as Gravatar and Draw.IO
65 DISABLE_EXTERNAL_SERVICES=false
66 # Use custom avatar service, Sets fetch URL
67 # Possible placeholders: ${hash} ${size} ${email}
68 # If set, Avatars will be fetched regardless of DISABLE_EXTERNAL_SERVICES option.
69 # AVATAR_URL=https://seccdn.libravatar.org/avatar/${hash}?s=${size}&d=identicon
76 LDAP_USER_FILTER=false
78 # Do you want to sync LDAP groups to BookStack roles for a user
79 LDAP_USER_TO_GROUPS=false
80 # What is the LDAP attribute for group memberships
81 LDAP_GROUP_ATTRIBUTE="memberOf"
82 # Would you like to remove users from roles on BookStack if they do not match on LDAP
83 # If false, the ldap groups-roles sync will only add users to roles
84 LDAP_REMOVE_FROM_GROUPS=false
85 # Set this option to disable LDAPS Certificate Verification
86 LDAP_TLS_INSECURE=false