Files
XRLib/Assets/StreamingAssets/AppConfig.json

29 lines
546 B
JSON
Raw Normal View History

2025-09-23 20:40:31 +09:00
{
"language": "ko",
2025-07-24 18:28:09 +09:00
"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"
2025-08-04 20:15:20 +09:00
},
"api": "http://localhost:8888",
"mqtt": {
2025-11-05 11:53:37 +09:00
//"host": "220.90.135.42",
"host": "220.90.135.15",
//"port": 3018,
"port": 1883,
2025-09-25 16:31:52 +09:00
"dataKey": "data",
2025-09-30 11:48:44 +09:00
"messagePack": false
}
}