diff --git a/LaunchScript/VirtualAcousticStarterConfig.json b/LaunchScript/VirtualAcousticStarterConfig.json index 870539ce565e1c35f2ce7d12d8e625374803cdb3..0da0710d8abe8b407285fcb7442ece7aa12234c0 100644 --- a/LaunchScript/VirtualAcousticStarterConfig.json +++ b/LaunchScript/VirtualAcousticStarterConfig.json @@ -1,9 +1,9 @@ { - "sLocalIP": "0.0.0.0", + "sLocalIP": "localhost", "nLauncherPort": 41578, "nVAServerPort": 12340, "nDefaultSleep": 3, - "tReproductionModules": ("TalkthroughHP", "CTC"), + "tReproductionModules": ["TalkthroughHP", "CTC"], "tVirtualAcousticVersions": { "2018.a": { "file": "bin/VAServer.exe", "dir": "../v2018.a", "params": "localhost:12340 conf/VACore.ini" },