8000 refactor: using production URL of pyconfig · gnaik/pycom-micropython-sigfox@babc738 · GitHub
[go: up one dir, main page]

Skip to content

Commit babc738

Browse files
committed
refactor: using production URL of pyconfig
1 parent 0f37010 commit babc738

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp32/frozen/Pybytes/_pybytes_constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ class constants:
125125
except:
126126
__DEFAULT_SW_HOST = 'software.pycom.io'
127127
try:
128-
__DEFAULT_PYCONFIG_DOMAIN = pycom.nvs_get('pyconfig_host', 'staging-pyconfig.eu-central-1.elasticbeanstalk.com')
128+
__DEFAULT_PYCONFIG_DOMAIN = pycom.nvs_get('pyconfig_host', 'pyconfig.eu-central-1.elasticbeanstalk.com')
129129
except:
130-
__DEFAULT_PYCONFIG_DOMAIN = 'staging-pyconfig.eu-central-1.elasticbeanstalk.com'
130+
__DEFAULT_PYCONFIG_DOMAIN = 'pyconfig.eu-central-1.elasticbeanstalk.com'

0 commit comments

Comments
 (0)
0