2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

Allow for custom url schemes to be specified in the config file

This commit is contained in:
Oliver Walters
2019-09-14 00:03:13 +10:00
parent 0846daf1f6
commit ee17d5d3c3
4 changed files with 38 additions and 0 deletions

View File

@ -47,7 +47,16 @@ media_root: '../inventree_media'
# By default it is stored in a directory named 'static' local to the InvenTree directory
static_root: '../inventree_static'
# Optional URL schemes to allow in URL fields
# By default, only the following schemes are allowed: ['http', 'https', 'ftp', 'ftps']
# Uncomment the lines below to allow extra schemes
#extra_url_schemes:
# - mailto
# - git
# - ssh
# Logging options
# If debug mode is enabled, set log_queries to True to show aggregate database queries in the debug console
log_queries: False
# Backup options