mirror of https://github.com/Xhofe/alist
fix: typo of environment variable (close #1280)
parent
087fae1b15
commit
490df4f5fe
|
@ -13,7 +13,7 @@ type Database struct {
|
||||||
Name string `json:"name" env:"DB_NAME"`
|
Name string `json:"name" env:"DB_NAME"`
|
||||||
DBFile string `json:"db_file" env:"DB_FILE"`
|
DBFile string `json:"db_file" env:"DB_FILE"`
|
||||||
TablePrefix string `json:"table_prefix" env:"DB_TABLE_PREFIX"`
|
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 {
|
type Scheme struct {
|
||||||
|
|
Loading…
Reference in New Issue