Skip to content

Commit

Permalink
Merge pull request #1065 from lnls-sirius/update-envars
Browse files Browse the repository at this point in the history
Change default value of env variables to use 10.0.38 subnet
  • Loading branch information
anacso17 authored Feb 5, 2024
2 parents c3a0abb + 496d241 commit c7bf4c0
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 @@ -43,7 +43,7 @@
'SIRIUS_URL_CABLES', default='http://cables:8086')
SRVURL_CSCONSTS = _os.environ.get(
'SIRIUS_URL_CONSTS',
default='http://10.128.255.4/control-system-constants')
default='http://10.0.38.59/control-system-constants')
SRVURL_CSCONSTS_2 = _os.environ.get(
'SIRIUS_URL_CONSTS_2',
default='http://10.128.255.3/control-system-constants')
Expand All @@ -52,7 +52,7 @@
default='http://10.0.38.42/Olog')
SRVURL_CONFIGDB = _os.environ.get(
'SIRIUS_URL_CONFIGDB',
default='http://10.128.255.4/config-db')
default='http://10.0.38.59/config-db')
SRVURL_CONFIGDB_2 = _os.environ.get(
'SIRIUS_URL_CONFIGDB_2',
default='http://10.128.255.3/config-db')
Expand Down

0 comments on commit c7bf4c0

Please sign in to comment.