Skip to content

Commit

Permalink
[api] Change default db path
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjooiopa committed Apr 21, 2024
1 parent 25c6cec commit 60cd53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ func NewConfig() *Config {
pins := strings.Split(c.String("PINS"), ",")

return &Config{
DBSource: c.StringDefault("DB_SOURCE", "./db/lnf.db"),
DBSource: c.StringDefault("DB_SOURCE", "/app/db/lnf.db"),
APIURL: c.String("API_URL"),
APIKey: c.String("API_KEY"),
PINs: pins,
Expand Down

0 comments on commit 60cd53c

Please sign in to comment.