Files
XRLib/Assets/StreamingAssets/AppConfig.json
2025-11-05 11:53:37 +09:00

29 lines
546 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": "220.90.135.42",
"host": "220.90.135.15",
//"port": 3018,
"port": 1883,
"dataKey": "data",
"messagePack": false
}
}