You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
697 B
52 lines
697 B
2 months ago
|
Global:
|
||
|
Source: "config(local)"
|
||
|
ChangeMe: "v1"
|
||
|
|
||
|
Etcd:
|
||
|
Address: "localhost"
|
||
|
Port: 2379
|
||
|
|
||
|
Server:
|
||
|
Name: "DouTokRelationServer"
|
||
|
Address: "relation"
|
||
|
Port: 8097
|
||
|
|
||
|
Client:
|
||
|
Echo: true
|
||
|
Foo: "bar"
|
||
|
Servers:
|
||
|
- "127.0.0.1"
|
||
|
- "192.168.1.1"
|
||
|
|
||
|
Snowflake:
|
||
|
Node: 30
|
||
|
|
||
|
Hbase:
|
||
|
Table: "message"
|
||
|
|
||
|
Redis:
|
||
|
Host: "localhost"
|
||
|
Port: 6379
|
||
|
Password: "root"
|
||
|
DataBases:
|
||
|
Default: 6
|
||
|
|
||
|
Kafka:
|
||
|
Brokers:
|
||
|
- "150.158.237.39:50004"
|
||
|
Topics:
|
||
|
- "relation_1"
|
||
|
# - "relation_2"
|
||
|
GroupIds:
|
||
|
- "relation01"
|
||
|
- "relation02"
|
||
|
- "relation03"
|
||
|
- "relation04"
|
||
|
- "relation05"
|
||
|
|
||
|
MySQL:
|
||
|
Host: "localhost"
|
||
|
Port: "3306"
|
||
|
Database: "DouTok"
|
||
|
Username: "admin"
|
||
|
Password: "root"
|