mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-20 00:33:45 +01:00
Disable the web updater and web backup restore for now
This can become default, when there is more experience with the web updated
This commit is contained in:
4
.env
4
.env
@@ -65,11 +65,11 @@ ERROR_PAGE_SHOW_HELP=1
|
||||
|
||||
# Set this to 1 to completely disable web-based updates, regardless of user permissions.
|
||||
# Use this if you prefer to manage updates through your own deployment process.
|
||||
DISABLE_WEB_UPDATES=0
|
||||
DISABLE_WEB_UPDATES=1
|
||||
|
||||
# Set this to 1 to disable the backup restore feature from the web UI.
|
||||
# Restoring backups is a destructive operation that could cause data loss.
|
||||
DISABLE_BACKUP_RESTORE=0
|
||||
DISABLE_BACKUP_RESTORE=1
|
||||
|
||||
###################################################################################
|
||||
# SAML Single sign on-settings
|
||||
|
||||
Reference in New Issue
Block a user