mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Add a simple version check mechanism to warn the user if a new release is available.
This commit is contained in:
@@ -172,6 +172,16 @@ SECURITY_EMAIL_SUBJECT_PASSWORD_NOTICE = "Your %s password has been reset" \
|
||||
SECURITY_EMAIL_SUBJECT_PASSWORD_CHANGE_NOTICE = \
|
||||
"Your password for %s has been changed" % APP_NAME
|
||||
|
||||
##########################################################################
|
||||
# Upgrade checks
|
||||
##########################################################################
|
||||
|
||||
# Check for new versions of the application?
|
||||
UPGRADE_CHECK_ENABLED = True
|
||||
|
||||
# Where should we get the data from?
|
||||
UPGRADE_CHECK_URL = 'http://www.pgadmin.org/versions.json'
|
||||
|
||||
##########################################################################
|
||||
# Local config settings
|
||||
##########################################################################
|
||||
|
||||
Reference in New Issue
Block a user