Skip to content

Commit

Permalink
Installation scripts to v2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloFuente committed Nov 12, 2020
1 parent a5b5886 commit 0234754
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,7 +2,7 @@

# Global variables
OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master
OPENVIDU_VERSION=v2.16.0
OPENVIDU_UPGRADABLE_VERSION="2.15"
DOWNLOAD_URL=https://raw.githubusercontent.com/OpenVidu/openvidu/${OPENVIDU_VERSION}

Expand Down
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

MEDIA_NODE_FOLDER=kms
MEDIA_NODE_VERSION=master
MEDIA_NODE_VERSION=v2.16.0
OPENVIDU_UPGRADABLE_VERSION="2.15"
BEATS_FOLDER=${MEDIA_NODE_FOLDER}/beats
DOWNLOAD_URL=https://raw.githubusercontent.com/OpenVidu/openvidu/${MEDIA_NODE_VERSION}
Expand Down
Expand Up @@ -2,7 +2,7 @@

# Global variables
OPENVIDU_FOLDER=openvidu
OPENVIDU_VERSION=master
OPENVIDU_VERSION=v2.16.0
OPENVIDU_UPGRADABLE_VERSION="2.15"
AWS_SCRIPTS_FOLDER=${OPENVIDU_FOLDER}/cluster/aws
ELASTICSEARCH_FOLDER=${OPENVIDU_FOLDER}/elasticsearch
Expand Down

0 comments on commit 0234754

Please sign in to comment.