Files
opensem/config/health/resources/DebugMode.yml
2024-02-22 19:33:56 +01:00

11 lines
263 B
YAML

name: Debug Mode
abbreviation: debug
checker: PragmaRX\Health\Checkers\Expression
notify: true
column_size: 3
error_message: "Application is in debug mode"
targets:
- default:
expression_value: "app('config')->get('app.debug')"
should_return: false