authelia/internal/configuration/validator
Clément Michaud c429488738
[FEATURE] [BREAKING] Support writing logs in a file. (#686)
* [FEATURE] Support writing logs in a file.

* Add documentation about logs file path.

* Rename logs_level and logs_file_path into log_level and log_file_path.

* Update BREAKING.md

Fixes #338

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2020-03-09 20:57:53 +01:00
..
authentication_test.go [FEATURE] Support Argon2id password hasing and improved entropy (#679) 2020-03-06 12:38:02 +11:00
authentication.go [FEATURE] Support Argon2id password hasing and improved entropy (#679) 2020-03-06 12:38:02 +11:00
configuration_test.go [FEATURE] [BREAKING] Support writing logs in a file. (#686) 2020-03-09 20:57:53 +01:00
configuration.go [FEATURE] [BREAKING] Support writing logs in a file. (#686) 2020-03-09 20:57:53 +01:00
notifier_test.go Add validation for notifier configuration. 2020-01-22 10:15:25 +11:00
notifier.go Add validation for notifier configuration. 2020-01-22 10:15:25 +11:00
session_test.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
session.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00
storage_test.go [FIX] Prevent crash when storage config is nil (#623) 2020-02-06 13:53:02 +11:00
storage.go [FIX] Prevent crash when storage config is nil (#623) 2020-02-06 13:53:02 +11:00
totp_test.go Introduce viper in order to read secrets from env variables. 2020-01-22 10:15:25 +11:00
totp.go Rename org from clems4ever to authelia 2019-12-24 13:14:52 +11:00