Skip to content

Commit

Permalink
fix(main): config location
Browse files Browse the repository at this point in the history
  • Loading branch information
Zibbp committed Apr 4, 2024
1 parent c51d69b commit 8f26f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func initialize() (*config.Config, *config.JsonConfigService, *spotify.Service,

queries := db.New(dbConn)

jsonConfig := config.NewJsonConfigService("./config.json")
jsonConfig := config.NewJsonConfigService("/data/config.json")
err = jsonConfig.Init()
if err != nil {
log.Fatal().Err(err).Msg("Failed to load Spotify config")
Expand Down

0 comments on commit 8f26f6d

Please sign in to comment.