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.
49 lines
638 B
49 lines
638 B
2 months ago
|
Global:
|
||
|
Source: "config(local)"
|
||
|
ChangeMe: "v1"
|
||
|
|
||
|
JWT:
|
||
|
signingKey: "signingKey"
|
||
|
|
||
|
Etcd:
|
||
|
Address: "localhost"
|
||
|
Port: 2379
|
||
|
|
||
|
Server:
|
||
|
Name: "DouTokFavoriteServer"
|
||
|
Address: "favorite"
|
||
|
Port: 8085
|
||
|
|
||
|
Client:
|
||
|
Echo: true
|
||
|
Foo: "bar"
|
||
|
Servers:
|
||
|
- "127.0.0.1"
|
||
|
- "192.168.1"
|
||
|
|
||
|
Snowflake:
|
||
|
Node: 602
|
||
|
|
||
|
MySQL:
|
||
|
Host: "localhost"
|
||
|
Port: 3306
|
||
|
Username: "admin"
|
||
|
Password: "root"
|
||
|
Database: "DouTok"
|
||
|
CharSet: "utf8mb4"
|
||
|
ParseTime: true
|
||
|
loc: "Local"
|
||
|
|
||
|
Redis:
|
||
|
Dest: "localhost:6379"
|
||
|
Password: "root"
|
||
|
FavCache:
|
||
|
Num: 3
|
||
|
FavCntCache:
|
||
|
Num: 4
|
||
|
FavTotalCountCache:
|
||
|
Num: 8
|
||
|
|
||
|
Kafka:
|
||
|
Broker: "150.158.237.39:50004"
|