mirror of
https://github.com/maxlerebourg/crowdsec-bouncer-traefik-plugin.git
synced 2026-07-21 11:38:59 +02:00
✨ fix logger
This commit is contained in:
+3
-3
@@ -51,15 +51,15 @@ type Config struct {
|
|||||||
func CreateConfig() *Config {
|
func CreateConfig() *Config {
|
||||||
return &Config{
|
return &Config{
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
CrowdsecMode: aloneMode,
|
CrowdsecMode: streamMode,
|
||||||
CrowdsecLapiScheme: "http",
|
CrowdsecLapiScheme: "http",
|
||||||
CrowdsecLapiHost: "crowdsec:8080",
|
CrowdsecLapiHost: "crowdsec:8080",
|
||||||
CrowdsecLapiKey: "",
|
CrowdsecLapiKey: "",
|
||||||
CrowdsecCapiLogin: "",
|
CrowdsecCapiLogin: "",
|
||||||
CrowdsecCapiPwd: "",
|
CrowdsecCapiPwd: "",
|
||||||
CrowdsecCapiScenarios: []string{},
|
CrowdsecCapiScenarios: []string{},
|
||||||
UpdateIntervalSeconds: 10,
|
UpdateIntervalSeconds: 60,
|
||||||
DefaultDecisionSeconds: 10,
|
DefaultDecisionSeconds: 60,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user