Remove some config

This commit is contained in:
Owen 2025-02-18 21:41:23 -05:00
parent e6c42e9610
commit fd11fb81d6
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
6 changed files with 121 additions and 22 deletions

View file

@ -1,12 +0,0 @@
api:
client:
insecure_skip_verify: false
credentials_path: /etc/crowdsec/local_api_credentials.yaml
server:
log_level: info
listen_uri: 0.0.0.0:9090
profiles_path: /etc/crowdsec/profiles.yaml
trusted_ips:
- 0.0.0.0/0
- 127.0.0.1
- ::1

View file

@ -42,8 +42,8 @@ http:
crowdsecAppsecHost: crowdsec:7422 # CrowdSec IP address which you noted down later
crowdsecAppsecFailureBlock: true # Block on failure
crowdsecAppsecUnreachableBlock: true # Block on unreachable
crowdsecLapiKey: "{{.TraefikBouncerKey}}" # CrowdSec API key which you noted down later
crowdsecLapiHost: crowdsec:9090 # CrowdSec
crowdsecLapiKey: "PUT_YOUR_BOUNCER_KEY_HERE_OR_IT_WILL_NOT_WORK" # CrowdSec API key which you noted down later
crowdsecLapiHost: crowdsec:8080 # CrowdSec
crowdsecLapiScheme: http # CrowdSec API scheme
forwardedHeadersTrustedIPs: # Forwarded headers trusted IPs
- "0.0.0.0/0" # All IP addresses are trusted for forwarded headers (CHANGE MADE HERE)

View file

@ -1,2 +0,0 @@
url: http://0.0.0.0:9090
login: localhost