2020-02-29 00:43:59 +00:00
|
|
|
---
|
|
|
|
layout: default
|
|
|
|
title: Filesystem
|
|
|
|
parent: Notifier
|
|
|
|
grand_parent: Configuration
|
|
|
|
nav_order: 1
|
|
|
|
---
|
|
|
|
|
|
|
|
# Filesystem
|
|
|
|
|
|
|
|
With this configuration, the message will be sent to a file. This option
|
2020-03-09 22:37:46 +00:00
|
|
|
should only be used for testing purposes.
|
2020-02-29 00:43:59 +00:00
|
|
|
|
|
|
|
```yaml
|
|
|
|
notifier:
|
2020-04-11 04:46:07 +00:00
|
|
|
filesystem:
|
|
|
|
filename: /tmp/authelia/notification.txt
|
2020-02-29 00:43:59 +00:00
|
|
|
```
|