Files
KnowStreaming/kafka-manager-web/src/test/resources/integrationTest-settings.properties

39 lines
965 B
Properties
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 接口基本地址
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