aboutsummaryrefslogtreecommitdiff
path: root/config/updates.json
diff options
context:
space:
mode:
authorMinteck <freeziv.ytb@gmail.com>2021-03-07 18:29:17 +0100
committerMinteck <freeziv.ytb@gmail.com>2021-03-07 18:29:17 +0100
commit0f79e708bf07721b73ea41e5d341be08e8ea4dce (patch)
treef3c63cd6a9f4ef0b26f95eec6a031600232e80c8 /config/updates.json
downloadelectrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.gz
electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.bz2
electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.zip
Initial commit
Diffstat (limited to 'config/updates.json')
-rw-r--r--config/updates.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/config/updates.json b/config/updates.json
new file mode 100644
index 0000000..c0405ab
--- /dev/null
+++ b/config/updates.json
@@ -0,0 +1,16 @@
+{
+ "check": {
+ "host": "raw.githubusercontent.com",
+ "port": 443,
+ "ssl": true,
+ "path": "/Minteck-Projects/Neutron-Core/trunk/api/version",
+ "compareWith": "./public/api/version"
+ },
+ "update": {
+ "host": "github.com",
+ "port": 443,
+ "ssl": true,
+ "path": "/Minteck-Projects/Neutron-Core/archive/trunk.tar.gz"
+ },
+ "interval": 3600000
+}