Skip to content

Commit

Permalink
Test env
Browse files Browse the repository at this point in the history
  • Loading branch information
ainsleyclark committed May 9, 2022
1 parent d5fa5ce commit 118dd9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions service/options.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ export class Options {
return this;
}



/**
* Validates the Options instance and throws an error
* if validation failed.
Expand Down
2 changes: 2 additions & 0 deletions util/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ export class Config {
this.redisPassword = envVars.REDIS_PASSWORD;
this.redisDB = envVars.REDIS_DB !== '' ? envVars.REDIS_DB : 0;
this.redisTLS = envVars.REDIS_TLS === 'true';

console.log(this);
}
}

Expand Down

0 comments on commit 118dd9d

Please sign in to comment.