๐Ÿ“ฆ manideepk90 / hyperOTAServer

๐Ÿ“„ config.json ยท 24 lines
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24{
  "version": "2",
  "config": {
    "version": "v2",
    "release_config_timeout": 2000,
    "boot_timeout": 2000,
    "properties": {}
  },
  "package": {
    "name": "Hyperswitch_SDK",
    "version": "v2",
    "properties": {
      "manifest": {},
      "manifest_hash": {}
    },
    "index": {
      "url": "http://10.10.28.194:3000/files/android/bundle-v1-android.zip",
      "filePath": "hyperswitch.bundle"
    },
    "important": [],
    "lazy": []
  },
  "resources": []
}