1
0
mirror of https://github.com/go-kratos/kratos.git synced 2026-05-22 10:15:24 +02:00
Files
kratos/examples/blog/configs/config.yaml
T
2021-05-27 19:18:14 +08:00

18 lines
360 B
YAML

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:password@tcp(127.0.0.1:3306)/testdb?parseTime=True
redis:
addr: 127.0.0.1:6379
dial_timeout: 1s
read_timeout: 0.4s
write_timeout: 0.6s