mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Add default config example to config template
This commit is contained in:
parent
988d263ef1
commit
b6f9590d55
@ -87,3 +87,20 @@ latex:
|
|||||||
interpreter: pdflatex
|
interpreter: pdflatex
|
||||||
# Extra options to pass through to the LaTeX interpreter
|
# Extra options to pass through to the LaTeX interpreter
|
||||||
options: ''
|
options: ''
|
||||||
|
|
||||||
|
# Permit custom authentication backends
|
||||||
|
#authentication_backends:
|
||||||
|
# - 'django.contrib.auth.backends.ModelBackend'
|
||||||
|
|
||||||
|
# Custom middleware, sometimes needed alongside an authentication backend change.
|
||||||
|
#middleware:
|
||||||
|
# - 'django.middleware.security.SecurityMiddleware'
|
||||||
|
# - 'django.contrib.sessions.middleware.SessionMiddleware'
|
||||||
|
# - 'django.middleware.locale.LocaleMiddleware'
|
||||||
|
# - 'django.middleware.common.CommonMiddleware'
|
||||||
|
# - 'django.middleware.csrf.CsrfViewMiddleware'
|
||||||
|
# - 'corsheaders.middleware.CorsMiddleware'
|
||||||
|
# - 'django.contrib.auth.middleware.AuthenticationMiddleware'
|
||||||
|
# - 'django.contrib.messages.middleware.MessageMiddleware'
|
||||||
|
# - 'django.middleware.clickjacking.XFrameOptionsMiddleware'
|
||||||
|
# - 'InvenTree.middleware.AuthRequiredMiddleware'
|
Loading…
Reference in New Issue
Block a user