Skip to content

Commit c80d8de

Browse files
committed
config.py's UPGRADE_CHECK_URL reverted
1 parent 254e0d5 commit c80d8de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

web/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@
416416
UPGRADE_CHECK_ENABLED = True
417417

418418
# 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'
419+
UPGRADE_CHECK_URL = 'https://www.pgadmin.org/versions.json'
421420

422421
# What key should we look at in the upgrade data file?
423422
UPGRADE_CHECK_KEY = 'pgadmin4'

0 commit comments

Comments
 (0)