14 lines
334 B
YAML
14 lines
334 B
YAML
name: .env Exists
|
|
abbreviation: envexists
|
|
checker: PragmaRX\Health\Checkers\DirectoryAndFilePresence
|
|
notify: true
|
|
error_message: "The .env file does not exists"
|
|
column_size: 3
|
|
targets:
|
|
- default:
|
|
file_exists:
|
|
- "{{ base_path('.env') }}"
|
|
file_do_not_exists:
|
|
directory_exists:
|
|
directory_do_not_exists:
|