Allow to configure update checking utility via env

This commit is contained in:
Jan Böhmer 2023-08-21 22:57:45 +02:00
parent fd31f983af
commit 99ee05a90f
4 changed files with 6 additions and 2 deletions

3
.env
View file

@ -44,6 +44,9 @@ DEFAULT_URI="https://partdb.changeme.invalid/"
# Leave this empty, to make all change reasons optional
ENFORCE_CHANGE_COMMENTS_FOR=""
# Disable that if you do not want that Part-DB connects to GitHub to check for available updates, or if your server can not connect to the internet
CHECK_FOR_UPDATES=1
###################################################################################
# Email settings
###################################################################################