Skip to content

Commit

Permalink
fix: typo of environment variable (close #1280)
Browse files Browse the repository at this point in the history
  • Loading branch information
xhofe committed Jun 27, 2022
1 parent 087fae1 commit 490df4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ type Database struct {
Name string `json:"name" env:"DB_NAME"`
DBFile string `json:"db_file" env:"DB_FILE"`
TablePrefix string `json:"table_prefix" env:"DB_TABLE_PREFIX"`
SslMode string `json:"ssl_mode" env:"DB_SLL_MODE"`
SSLMode string `json:"ssl_mode" env:"DB_SSL_MODE"`
}

type Scheme struct {
Expand Down

0 comments on commit 490df4f

Please sign in to comment.