Skip to content

Commit

Permalink
fix: typo about env of Meilisearch (AlistGo/alist#6316)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamoeu committed May 3, 2024
1 parent 20bafaa commit 3594274
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/alist-org/alist/v3 v3.33.0 h1:hQmoLDGM8RaotKOvnBXnZxxixNpADPZYEVTkXmUG0aU=
github.com/alist-org/alist/v3 v3.33.0/go.mod h1:xkvxT/2K2WudsUhd9E5I7d2hi2DZ08q3QDhrCFyqGyE=
github.com/alist-org/alist/v3 v3.34.0 h1:f3OJXOnkitAhmEm4dIjN9P6JaqcaausLfd6VGm8b4MI=
github.com/alist-org/alist/v3 v3.34.0/go.mod h1:xkvxT/2K2WudsUhd9E5I7d2hi2DZ08q3QDhrCFyqGyE=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ type Config struct {
JwtSecret string `json:"jwt_secret" env:"JWT_SECRET"`
TokenExpiresIn int `json:"token_expires_in" env:"TOKEN_EXPIRES_IN"`
Database Database `json:"database" envPrefix:"DB_"`
Meilisearch Meilisearch `json:"meilisearch" env:"MEILISEARCH"`
Meilisearch Meilisearch `json:"meilisearch" envPrefix:"MEILISEARCH_"`
Scheme Scheme `json:"scheme"`
TempDir string `json:"temp_dir" env:"TEMP_DIR"`
BleveDir string `json:"bleve_dir" env:"BLEVE_DIR"`
Expand Down

0 comments on commit 3594274

Please sign in to comment.