mirror of
https://github.com/go-eagle/eagle.git
synced 2025-12-24 13:37:56 +08:00
* feat: improve kafka component * chore: revert test password * docs: add changelog * chore: upgrade sarama to IBM/sarama
22 lines
364 B
YAML
22 lines
364 B
YAML
Name: eagle
|
|
Version: 1.0.0
|
|
PprofPort: :5555
|
|
Mode: debug # debug, release, test
|
|
JwtSecret: JWT_SECRET
|
|
JwtTimeout: 86400
|
|
CookieName: jwt-token
|
|
SSL: true
|
|
CtxDefaultTimeout: 12
|
|
CSRF: true
|
|
Debug: false
|
|
EnableTrace: false
|
|
EnablePprof: true
|
|
|
|
HTTP:
|
|
Addr: :8080
|
|
ReadTimeout: 3s
|
|
WriteTimeout: 3s
|
|
GRPC:
|
|
Addr: :9090
|
|
ReadTimeout: 5s
|
|
WriteTimeout: 5s |