Files
Simulation/Assets/Resources/MQTTConfig.json
2025-07-14 09:35:27 +09:00

13 lines
191 B
JSON

{
"configs": [
{
"name": "main",
//"host": "220.90.135.42",
"host": "simulator.flexing.ai",
//"port": 3016,
"port": 8889
//"host": "localhost",
//"port": 9001
}
]
}