mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
39 lines
965 B
Properties
39 lines
965 B
Properties
# 接口基本地址
|
||
base-url = http://localhost:8080
|
||
# appId
|
||
appId = dkm_admin
|
||
# 存活的brokerId
|
||
alive-brokerId = 1
|
||
|
||
# 集群名称
|
||
cluster.name = integrationTestCluster
|
||
# 集群地址
|
||
cluster.bootstrap.address = 127.0.0.1
|
||
# zk地址
|
||
cluster.zookeeper.address = 127.0.0.1
|
||
# 物理集群在数据库中的Id
|
||
physicalCluster.id.in.mysql = 1
|
||
# 逻辑集群在数据库中的Id(新创建的逻辑集群并不能立即加载到缓存中,所以需要用已创建好的)
|
||
logicalCluster.id.in.mysql = 7
|
||
logicalCluster.name = integrationTestLogicalCluster
|
||
|
||
# 集成测试用的Topic
|
||
topic.name = integrationTestTopic
|
||
# 集成测试用的region
|
||
region.name = integrationTestRegion
|
||
|
||
# gateway相关配置
|
||
gateway.config.type = SD_CLUSTER_ID
|
||
gateway.config.name = integrationTest_SD
|
||
gateway.config.value = 127.0.0.1
|
||
gateway.config.description = integrationTest
|
||
|
||
# 测试账号
|
||
account.username = integrationTest
|
||
account.password = integrationTest
|
||
account.role = 0
|
||
|
||
|
||
|
||
|