2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-19 07:48:39 +00:00

Add default language option to config.yaml

This commit is contained in:
Oliver Walters
2019-09-26 09:56:41 +10:00
parent 0e0405f337
commit 3cc79d6def
+3
View File
@@ -18,6 +18,9 @@ database:
#HOST: ''
#PORT: ''
# Select default system language (default is 'en_us')
language: en-us
# Set debug to False to run in production mode
debug: True