summaryrefslogtreecommitdiff
path: root/config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/config.sh b/config.sh
index 5bf084c..bd7f1ab 100755
--- a/config.sh
+++ b/config.sh
@@ -21,8 +21,7 @@ REDIS_NUM_VER="2.2.2"
# 4) Server settings.
NGINX_SERVERNAME="toxcreate3.in-silico.ch"
WWW_DEST="$OT_PREFIX/www"
-UNICORN_PORT="" # set to empty string ("") for port 80 otherwise set to port *using colon* e.g. ":8080"
-OHM_PORT="" # set to port (no colon)
+OHM_PORT="6381" # set to port (no colon)
# Done.