This commit is contained in:
Dwi Swandhana
2026-02-13 09:17:54 +07:00
parent 37826bd08f
commit c018b31c22
+1 -1
View File
@@ -28,7 +28,7 @@ SERVER_HOST = '0.0.0.0' # Listen di semua interface
# Mapping Flag ke IP Address GeneXpert
# Pastikan IP ini SESUAI dengan settingan "Server IP" di masing-masing alat (Client Mode)
TARGET_MAPPING = {
'flg_gxp1': '10.10.123.73',
'flg_gxp1': '10.10.120.73',
'flg_gxp2': '10.10.123.74',
'flg_gxp3': '10.10.120.75'
}