feat(workers): fixed KAFKA_USE_SSL
This commit is contained in:
parent
0eb4e00a3e
commit
789e0362ea
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ assets_bucket: sessions-assets
|
|||
recordings_bucket: mobs
|
||||
sourcemaps_bucket: sourcemaps
|
||||
kafka_endpoint: kafka.db.svc.cluster.local:9042
|
||||
kafka_ssl: false
|
||||
kafka_ssl: 'false'
|
||||
postgres_endpoint: postgresql.db.svc.cluster.local
|
||||
postgres_port: 5432
|
||||
postgres_db_name: postgres
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue