Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy5189 committed Nov 23, 2023
1 parent ee51f5f commit 8207e38
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions banjax-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ global_decision_lists:
iptables_ban_seconds: 10
iptables_unbanner_seconds: 5
kafka_brokers:
- "localhost:9092"
- kafkadev0.prod.deflect.network:9094
- kafkadev1.prod.deflect.network:9094
- kafkadev2.prod.deflect.network:9094
kafka_security_protocol: 'ssl'
kafka_ssl_ca: "/etc/banjax/caroot.pem"
kafka_ssl_cert: "/etc/banjax/certificate.pem"
Expand Down Expand Up @@ -98,7 +100,7 @@ hmac_secret: secret
gin_log_file: /var/log/banjax/gin.log
metrics_log_file: /var/log/banjax/metrics.log
debug: true
disable_kafka: true
disable_kafka: false
# sha_inv_challenge_html: /etc/banjax/sha-inverse-challenge.html
# password_protected_path_html: /etc/banjax/password-protected-path.html
disable_logging:
Expand All @@ -111,4 +113,3 @@ sites_to_disable_baskerville:
sub.localhost: false
use_user_agent_in_cookie:
sub.localhost: true
session_cookie_not_verify: true

0 comments on commit 8207e38

Please sign in to comment.