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

View File

@ -18,6 +18,9 @@ database:
#HOST: '' #HOST: ''
#PORT: '' #PORT: ''
# Select default system language (default is 'en_us')
language: en-us
# Set debug to False to run in production mode # Set debug to False to run in production mode
debug: True debug: True