Files
EnglewoodLAB/Assets/StreamingAssets/FactoryAppConfig.json
2026-03-10 11:35:30 +09:00

27 lines
491 B
JSON

{
"language": "ko",
"targetFrameRate": 60,
"window": {
"fullScreenResolution": {
"x": 1920,
"y": 1080
},
"size": {
"x": 1920,
"y": 1080
},
"alwaysTop": false,
"showBorder": true,
"initWindowState": "FullScreen",
"hAlign": "Center",
"vAlign": "Center",
"title": "Octopus"
},
"api": "http://localhost:8888",
"mqtt": {
"host": "localhost",
"port": 1883,
"dataKey": "data",
"messagePack": false
}
}