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.
18 lines
382 B
18 lines
382 B
3 years ago
|
trace:
|
||
|
endpoint: http://127.0.0.1:14268/api/traces
|
||
|
server:
|
||
|
http:
|
||
|
addr: 0.0.0.0:8000
|
||
|
timeout: 1s
|
||
|
grpc:
|
||
|
addr: 0.0.0.0:9000
|
||
|
timeout: 1s
|
||
|
data:
|
||
|
database:
|
||
|
driver: mysql
|
||
|
source: root:root@tcp(127.0.0.1:3306)/testdb?charset=utf8mb4&parseTime=True&loc=Local
|
||
|
redis:
|
||
|
addr: 127.0.0.1:6379
|
||
|
dial_timeout: 1s
|
||
|
read_timeout: 0.4s
|
||
|
write_timeout: 0.6s
|