From 21eebe474b88ab5c77c95233fd2ec0ed0f0cb559 Mon Sep 17 00:00:00 2001 From: Bas van den Berg <74251551+bvdberg01@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:37:34 +0200 Subject: [PATCH] Update ots-install.sh --- install/ots-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/ots-install.sh b/install/ots-install.sh index e2cf4c48..1a829132 100644 --- a/install/ots-install.sh +++ b/install/ots-install.sh @@ -23,7 +23,7 @@ msg_ok "Installed Dependencies" msg_info "Installing OTS" fetch_and_deploy_gh_release "ots" "Luzifer/ots" "prebuild" "latest" "/opt/ots" "ots_linux_amd64.tgz" cat </opt/ots/env -LISTEN=0.0.0.0:3000 +LISTEN=127.0.0.1:3000 REDIS_URL=redis://127.0.0.1:6379 SECRET_EXPIRY=604800 STORAGE_TYPE=redis