Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Apr 12, 2019
1 parent 6d1f5c9 commit 5ca6ad0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/config/system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Shows errors and exceptions if 'true' (should set to 'false' in production)
debug: true

# Log errors and exceptions if 'true' (recommanded in production)
# Log errors and exceptions if 'true' (recommended in production)
# To use this option, Monolog package is needed (read the doc for more infos)
# Note: Errors loggin may be blocked if debug is enable
logErrors: false
Expand Down Expand Up @@ -44,7 +44,7 @@ secretToken: YourSuperSecretTokenForTheAPI
# Force the login to use transport layer protection (SSL/TLS) (MUST be *true* in production)
# SSL versions 1, 2, and 3 should no longer be used
# The best practice is to just provide support for the TLS protocols (1.0, 1.1 and 1.2)
# For more informations https://owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet
# For more information https://owasp.org/index.php/Transport_Layer_Protection_Cheat_Sheet
forceLoginOnTLS: false

# File extensions in media folder
Expand Down Expand Up @@ -89,8 +89,8 @@ apiPrefix: /api/0
# Plugins URL prefix for plugin's assets ($this->pluginUri) (optional)
# pluginsUrlPrefix: 'subfolder/'

# Routes can be cached (exanple: 'routes.php') (optional, false if nothing)
# Must be set to to a valid filename within a writeable directory
# Routes can be cached (example: 'routes.php') (optional, false if nothing)
# Must be set to to a valid filename within a writable directory
# routerCacheFile: routes.php

# WARNING Should be true (empty = true)
Expand Down

0 comments on commit 5ca6ad0

Please sign in to comment.