Files
Simulation/Assets/Resources/MQTTConfig.json
2025-07-07 09:57:13 +09:00

13 lines
191 B
JSON

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