We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714235c commit fcf032cCopy full SHA for fcf032c
web/config.py
@@ -416,8 +416,7 @@
416
UPGRADE_CHECK_ENABLED = True
417
418
# Where should we get the data from?
419
-# UPGRADE_CHECK_URL = 'https://www.pgadmin.org/versions.json'
420
-UPGRADE_CHECK_URL = 'http://127.0.0.1:8000/versions.json'
+UPGRADE_CHECK_URL = 'https://www.pgadmin.org/versions.json'
421
422
# What key should we look at in the upgrade data file?
423
UPGRADE_CHECK_KEY = 'pgadmin4'
0 commit comments