Skip to content

Commit

Permalink
envars.MNT: return LA IP once this one was removed from 10.0.38 subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
anacso17 authored Feb 5, 2024
1 parent f785ede commit 496d241
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions siriuspy/siriuspy/envars.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
default='http://10.0.38.59/control-system-constants')
SRVURL_CSCONSTS_2 = _os.environ.get(
'SIRIUS_URL_CONSTS_2',
default='http://10.0.38.46/control-system-constants')
default='http://10.128.255.3/control-system-constants')
SRVURL_LOGBOOK = _os.environ.get(
'SIRIUS_URL_LOGBOOK',
default='http://10.0.38.42/Olog')
Expand All @@ -55,7 +55,7 @@
default='http://10.0.38.59/config-db')
SRVURL_CONFIGDB_2 = _os.environ.get(
'SIRIUS_URL_CONFIGDB_2',
default='http://10.0.38.46/config-db')
default='http://10.128.255.3/config-db')
SRVURL_ARCHIVER = _os.environ.get(
'SIRIUS_URL_ARCHIVER',
default='https://10.0.38.42')
Expand Down

0 comments on commit 496d241

Please sign in to comment.