# The following is automatically generated # Use `make init` OR `./scripts/init-config.sh` # # ================= Basic Configuration =================== # Endpoint for the MinIO object storage service MINIO_ENDPOINT=http://127.0.0.1:10005 # Base URL for the application programming interface (API) API_URL=http://127.0.0.1:10002 # Directory path for storing data files or related information DATA_DIR=./ # ============ Component Extension Configuration ========== # Address or hostname for the ZooKeeper service (often used in distributed systems for maintaining configuration information) ZOOKEEPER_ADDRESS=127.0.0.1 # Port on which MySQL database service is running MYSQL_PORT=13306 # Password to authenticate with the MySQL database service MYSQL_PASSWORD=openIM123 # Port on which MongoDB service is running MONGO_PORT=37017 # Username to authenticate with the MongoDB service MONGO_USERNAME=root # Password to authenticate with the MongoDB service MONGO_PASSWORD=openIM123 # Name of the database in MongoDB to be used MONGO_DATABASE=openIM_v3 # Port on which Redis in-memory data structure store is running REDIS_PORT=16379 # Password to authenticate with the Redis service REDIS_PASSWORD=openIM123 # Port on which Kafka distributed streaming platform is running KAFKA_PORT=9092 # Address or hostname for the Kafka service KAFKA_ADDR=127.0.0.1 # Topic in Kafka for storing the latest messages in Redis KAFKA_LATESTMSG_REDIS_TOPIC=latestMsgToRedis # Topic in Kafka for pushing messages (e.g. notifications or updates) KAFKA_MSG_PUSH_TOPIC=msgToPush # Topic in Kafka for storing offline messages in MongoDB KAFKA_OFFLINEMSG_MONGO_TOPIC=offlineMsgToMongoMysql # Port on which MinIO object storage service is running MINIO_PORT=10005 # Access key to authenticate with the MinIO service MINIO_ACCESS_KEY=root # Secret key corresponding to the access key for MinIO authentication MINIO_SECRET_KEY=openIM123