diff --git a/.env b/.env index 92a80e5..d4336f3 100644 --- a/.env +++ b/.env @@ -18,6 +18,6 @@ SIMRS_STAG_PASS=ub*2025 SIMRS_STAG_NAME=simrs SIMRS_STAG_PORT=5432 -LIS_MIKROBIOLOGI_URL=http://10.10.123.218/ +LIS_MIKROBIOLOGI_URL=https://mylis.rssa.id/ LIS_REGISTERPASIEN=registerpasien LIS_EKSTRAKHASIL=ekstrakhasil \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 4a4d774..57be9b1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,6 +27,6 @@ services: - SATUDATA_NAME=satu_db - SATUDATA_PORT=5000 # LIS MIKROBIOLOGI - - LIS_MIKROBIOLOGI_URL=http://10.10.123.218/ + - LIS_MIKROBIOLOGI_URL=https://mylis.rssa.id/ - LIS_REGISTERPASIEN=registerpasien - LIS_EKSTRAKHASIL=ekstrakhasil \ No newline at end of file