From 4cca0bc2fb03b504c7d4178d749b24cdd776d933 Mon Sep 17 00:00:00 2001 From: mathieuHa Date: Mon, 5 Dec 2022 20:52:10 +0100 Subject: [PATCH] 55 feature clean readme doc (#59) * :memo: Clean documentation in Readme * :memo: Update readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac617d8..088fb0e 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ make run ### Variables - Enabled - bool - - enable the plugin - default: false + - enable the plugin - LogLevel - string - default: `INFO`, expected values are: `INFO`, `DEBUG` @@ -195,12 +195,12 @@ http: #### Fill variable with value of file -`CrowdsecLapiTlsCertificateBouncerKey`, `CrowdsecLapiTlsCertificateBouncer`, `CrowdsecLapiTlsCertificateAuthority` and `CrowdsecLapiKey` could be provided with the content as raw or through a file path that Traefik can read. +`CrowdsecLapiTlsCertificateBouncerKey`, `CrowdsecLapiTlsCertificateBouncer`, `CrowdsecLapiTlsCertificateAuthority` and `CrowdsecLapiKey` can be provided with the content as raw or through a file path that Traefik can read. The file variable will be used as preference if both content and file are provided for the same variable. Format is: -- Content: VARIABLE_NAME: XXX -- FILE : VARIABLE_NAME_FILE: /path +- Content: VariableName: XXX +- File : VariableNameFILE: /path #### Authenticate with LAPI