add file system persistence of record API calls to avoid hammering the discogs API
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
package config
|
||||
|
||||
type Config struct {
|
||||
DBUser string
|
||||
DBPass string
|
||||
DBHost string
|
||||
DBPort string
|
||||
DBName string
|
||||
DiscogsToken string
|
||||
Debug bool
|
||||
DBUser string
|
||||
DBPass string
|
||||
DBHost string
|
||||
DBPort string
|
||||
DBName string
|
||||
DiscogsToken string
|
||||
DiscogsUser string
|
||||
DiscogsPersist bool
|
||||
DiscogsCacheFile string `default:".recordsCache"`
|
||||
Debug bool
|
||||
}
|
||||
|
Reference in New Issue
Block a user