pull/2393/head
withchao 1 year ago
parent 8f86049599
commit 3960d28a10

@ -1,13 +1,13 @@
enable: "etcd" enable: "etcd"
etcd: etcd:
rootDirectory: openim rootDirectory: openim
address: [ 172.16.8.48:12379 ] address: [ localhost:12379 ]
username: '' username: ''
password: '' password: ''
zookeeper: zookeeper:
schema: openim schema: openim
address: [ 172.16.8.48:12181 ] address: [ localhost:12181 ]
username: '' username: ''
password: '' password: ''

@ -7,7 +7,7 @@ producerAck: ""
# Compression type to use (e.g., none, gzip, snappy) # Compression type to use (e.g., none, gzip, snappy)
compressType: "none" compressType: "none"
# List of Kafka broker addresses # List of Kafka broker addresses
address: [ 172.16.8.48:19094 ] address: [ localhost:19094 ]
# Kafka topic for Redis integration # Kafka topic for Redis integration
toRedisTopic: "toRedis" toRedisTopic: "toRedis"
# Kafka topic for MongoDB integration # Kafka topic for MongoDB integration

@ -7,9 +7,9 @@ secretAccessKey: "openIM123"
# Session token for MinIO authentication (optional) # Session token for MinIO authentication (optional)
sessionToken: '' sessionToken: ''
# Internal address of the MinIO server # Internal address of the MinIO server
internalAddress: "172.16.8.48:10005" internalAddress: "localhost:10005"
# External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name # External address of the MinIO server, accessible from outside. Supports both HTTP and HTTPS using a domain name
externalAddress: "http://172.16.8.48:10005" externalAddress: "http://external_ip:10005"
# Flag to enable or disable public read access to the bucket # Flag to enable or disable public read access to the bucket
publicRead: false publicRead: false

@ -1,7 +1,7 @@
# URI for database connection, leave empty if using address and credential settings directly # URI for database connection, leave empty if using address and credential settings directly
uri: '' uri: ''
# List of MongoDB server addresses # List of MongoDB server addresses
address: [ 172.16.8.48:37017 ] address: [ localhost:37017 ]
# Name of the database # Name of the database
database: openim_v3 database: openim_v3
# Username for database authentication # Username for database authentication

@ -1,4 +1,4 @@
address: [ 172.16.8.48:16379 ] address: [ localhost:16379 ]
username: '' username: ''
password: openIM123 password: openIM123
clusterMode: false clusterMode: false

Loading…
Cancel
Save