Skip to content
Snippets Groups Projects
Commit 700353e0 authored by michael.minelli's avatar michael.minelli
Browse files

Config => Update a var to have to default value

parent 7a38696e
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ class SharedConfig { ...@@ -9,7 +9,7 @@ class SharedConfig {
private constructor() { private constructor() {
this.production = process.env.NODE_ENV === 'production'; this.production = process.env.NODE_ENV === 'production';
this.logsFolder = process.env.LOGS_FOLDER; this.logsFolder = process.env.LOGS_FOLDER || '';
} }
public static get instance(): SharedConfig { public static get instance(): SharedConfig {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment