aboutsummaryrefslogtreecommitdiff
path: root/config
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
downloadelectrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.gz
electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.tar.bz2
electrode-0f79e708bf07721b73ea41e5d341be08e8ea4dce.zip
Initial commit
Diffstat (limited to 'config')
-rw-r--r--config/network.json4
-rw-r--r--config/product.json4
-rw-r--r--config/updates.json16
3 files changed, 24 insertions, 0 deletions
diff --git a/config/network.json b/config/network.json
new file mode 100644
index 0000000..01107fe
--- /dev/null
+++ b/config/network.json
@@ -0,0 +1,4 @@
+{
+ "port": "8888",
+ "admin": "[no address given]"
+} \ No newline at end of file
diff --git a/config/product.json b/config/product.json
new file mode 100644
index 0000000..b6ae982
--- /dev/null
+++ b/config/product.json
@@ -0,0 +1,4 @@
+{
+ "name": "FNS Electrode",
+ "common": "Electrode"
+} \ No newline at end of file
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
+}