This commit is contained in:
parent
ae3224c18b
commit
a3b03fdec4
14 changed files with 2200 additions and 37 deletions
|
@ -10,7 +10,7 @@ const environment: Environment = {
|
|||
const srsUrl = process.env.SRS_URL;
|
||||
|
||||
function verifyRequiredVariables(): void {
|
||||
const requiredVariables = ["HOST", "PORT", "SRS_URL"];
|
||||
const requiredVariables = ["HOST", "PORT", "SRS_URL", "REDIS_URL"];
|
||||
|
||||
let hasError = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue