@@ -1,3 +1,3 @@
{
- "test": "-e DAT_UDP_PORT=13321 -e SFTP_PORT=16994 -e APP_DOMAIN=http://127.0.0.1:3000 -d -p 3000:3000"
+ "test": "-e DAT_TCP_PORT=13322 -e DAT_UDP_PORT=13321 -e SFTP_PORT=16994 -e APP_DOMAIN=http://127.0.0.1:3000 -d -p 3000:3000"
}
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "./CHANGELOG",
"tagline": "serverarium",
- "version": "0.1.32",
+ "version": "0.1.33",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@@ -1 +1 @@
-v0.1.32
+v0.1.33
@@ -52,3 +52,4 @@ v0.1.29
v0.1.30
v0.1.31
v0.1.32
@@ -0,0 +1 @@
+iƒ_’�p=ŒŠó�ÇI{òÇQ™^)fŶ}-^YB
@@ -1,6 +1,6 @@
"name": "serveraium",
"description": "",
"main": "index.js",
"scripts": {
@@ -19,7 +19,7 @@ fi
echo "starting hypercored"
-hypercored > /run/h.log &
+hypercored --port {$DAT_TCP_PORT} > /run/h.log &
sleep 5