mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Allow to configure update checking utility via env
This commit is contained in:
parent
fd31f983af
commit
99ee05a90f
4 changed files with 6 additions and 2 deletions
3
.env
3
.env
|
@ -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
|
||||
###################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue