Files
XRLib/Assets/StreamingAssets/AppConfig.json
2025-11-11 09:42:47 +09:00

28 lines
515 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",
"port": 3016,
//"port": 1883,
"dataKey": "data",
"messagePack": false
}
}