HC
Results
2
issues of
HC
Title: Standardize boolean values and fix pattern for .env file Describe the bug The `.env` file contains some inconsistencies in how boolean values and specific strings are represented. For instance,...
bug
Replace YES/NO with true/false for boolean variables in .env file. Ensure consistency across the codebase by removing the need for parseBooleanFromText. Relates to: #1391 - Standardize boolean values and fix...