Add per-user download directory
This commit is contained in:
parent
1532b2a8c8
commit
6b5bf4ced1
4 changed files with 6 additions and 4 deletions
|
@ -13,8 +13,7 @@ type Config struct {
|
|||
Port string
|
||||
Dev bool
|
||||
HexIP bool
|
||||
VerifyCertificates bool `mapstructure:"verify_certificates"`
|
||||
DownloadFolder string `mapstructure:"download_folder"`
|
||||
VerifyCertificates bool `mapstructure:"verify_certificates"`
|
||||
Autoget bool
|
||||
Headers map[string]string
|
||||
Defaults Defaults
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue