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

12 lines
269 B
YAML

name: App Key
abbreviation: appkey
checker: PragmaRX\Health\Checkers\Expression
notify: true
column_size: 3
error_message: "There is no app key defined"
graph_enabled: false
targets:
- default:
expression_value: "config('app.key') !== null"
should_return: true