]> BookStack Code Mirror - bookstack/blobdiff - .env.example.complete
Update Localization.php in Middleware with "no" tag for estimate.
[bookstack] / .env.example.complete
index d7dd02b9a580c9767d7dd63ae96794ed8f4ab3c1..45b1e13215d475daed4e23734a294602a6119b1d 100644 (file)
@@ -238,9 +238,9 @@ DISABLE_EXTERNAL_SERVICES=false
 # Example: AVATAR_URL=https://seccdn.libravatar.org/avatar/${hash}?s=${size}&d=identicon
 AVATAR_URL=
 
-# Enable draw.io integration
+# Enable diagrams.net integration
 # Can simply be true/false to enable/disable the integration.
-# Alternatively, It can be URL to the draw.io instance you want to use.
+# Alternatively, It can be URL to the diagrams.net instance you want to use.
 # For URLs, The following URL parameters should be included: embed=1&proto=json&spin=1
 DRAWIO=true
 
@@ -272,8 +272,8 @@ API_MAX_ITEM_COUNT=500
 # The number of API requests that can be made per minute by a single user.
 API_REQUESTS_PER_MIN=180
 
-# Enable the logging of failed email+password logins with the given message
-# The defaul log channel below uses the php 'error_log' function which commonly
+# Enable the logging of failed email+password logins with the given message.
+# The default log channel below uses the php 'error_log' function which commonly
 # results in messages being output to the webserver error logs.
 # The message can contain a %u parameter which will be replaced with the login
 # user identifier (Username or email).