KAFKA_SERVER_IP_ADDRESS=YOUR_SERVER_IPKAFKA_SERVER_PORT=9092KAFKA_SSL_PASSWORD=YOUR_KAFKA_SSL_PASSWORDKAFKA_SASL_PLAIN_USERNAME=YOUR_KAFKA_SALS_USER_NAMEKAFKA_SASL_PLAIN_PASSWORD=YOUR_KAFKA_SASL_PASSWORDKAFKA_TOPIC_TO_PUSH='gossip'# Fill in the connection to the zmq-pub socket in this array, one object per node.ZMQ_SOURCES=[{"host":"127.0.0.1","port":5675,"topic":""},{"host":"127.0.0.1","port":5676,"topic":""},{"host":"127.0.0.1","port":5677,"topic":""}]VALKEY_HOST=YOUR_VALKEY_CACHE_IP_ADDRESSVALKEY_PORT=6379VALKEY_PASSWORD=YOUR_VALKEY_CACHE_AUTHENTICATION_PASSWORD
🔐 Important: Never commit .env files containing credentials to version control.