Skip to content

Commit

Permalink
Addressed review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arishta-dev committed Dec 21, 2024
1 parent 8115d64 commit 4190889
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ function applyDefaultConfigurationValues(serverConfig: any) {
if (lowerVal === 'true' || lowerVal === 'false') {
serverConfig[key] = lowerVal === 'true';
}
console.warn(
`Warning: Boolean value for key "${key}" encountered, but it's missing from ServerConfigDefaults.`
);
}
});
}
Expand Down

0 comments on commit 4190889

Please sign in to comment.