Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env.dev.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ MONITORENV_BATCH_SIZE=30

################################################################################
# KAFKA

MONITORENV_KAFKA_CERTS_FOLDER=./infra/kafka/certs/monitorenv
MONITORENV_KAFKA_AIS_ENABLED=true
MONITORENV_KAFKA_AIS_PRODUCER_ENABLED=false
MONITORENV_KAFKA_AIS_SERVERS=localhost:9093
Expand Down
2 changes: 1 addition & 1 deletion .env.infra.example
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ MONITORENV_BATCH_SIZE=100

################################################################################
# KAFKA

MONITORENV_KAFKA_CERTS_FOLDER=
MONITORENV_KAFKA_AIS_ENABLED=
MONITORENV_KAFKA_AIS_SERVERS=
MONITORENV_KAFKA_AIS_GROUP_ID=
Expand Down
1 change: 1 addition & 0 deletions .env.test.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ MONITORENV_BATCH_SIZE=100
################################################################################
# KAFKA

MONITORENV_KAFKA_CERTS_FOLDER=./infra/kafka/certs/monitorenv
MONITORENV_KAFKA_AIS_ENABLED=
MONITORENV_KAFKA_AIS_PRODUCER_ENABLED=
MONITORENV_KAFKA_AIS_SERVERS=
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ services:
- 5001:5001
volumes:
- "${MONITORENV_LOGS_FOLDER}:/home/monitorenv/logs"
- "${MONITORENV_KAFKA_CERTS_FOLDER}:/home/monitorenv/certs"
networks:
- backend_network
depends_on:
Expand Down
Loading