mirror of
https://github.com/go-eagle/eagle.git
synced 2025-12-24 13:37:56 +08:00
* chore: upgrade go to v1.19 * chore: upgrade golangci-lint to v3.6.0 * chore: setup golangci-lint by using go install * test: fix unit test
11 lines
212 B
YAML
11 lines
212 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 |