Update ots-install.sh
This commit is contained in:
parent
a3c18122d5
commit
21eebe474b
@ -23,7 +23,7 @@ msg_ok "Installed Dependencies"
|
|||||||
msg_info "Installing OTS"
|
msg_info "Installing OTS"
|
||||||
fetch_and_deploy_gh_release "ots" "Luzifer/ots" "prebuild" "latest" "/opt/ots" "ots_linux_amd64.tgz"
|
fetch_and_deploy_gh_release "ots" "Luzifer/ots" "prebuild" "latest" "/opt/ots" "ots_linux_amd64.tgz"
|
||||||
cat <<EOF >/opt/ots/env
|
cat <<EOF >/opt/ots/env
|
||||||
LISTEN=0.0.0.0:3000
|
LISTEN=127.0.0.1:3000
|
||||||
REDIS_URL=redis://127.0.0.1:6379
|
REDIS_URL=redis://127.0.0.1:6379
|
||||||
SECRET_EXPIRY=604800
|
SECRET_EXPIRY=604800
|
||||||
STORAGE_TYPE=redis
|
STORAGE_TYPE=redis
|
||||||
|
Loading…
x
Reference in New Issue
Block a user