Remove yourls
This commit is contained in:
parent
02c9f2af6b
commit
3f3e75a5be
4 changed files with 4 additions and 45 deletions
|
@ -60,19 +60,8 @@ func EncodeToml() {
|
|||
},
|
||||
Download: struct {
|
||||
Prefix string
|
||||
Yourls struct {
|
||||
APIPath string
|
||||
Signature string
|
||||
}
|
||||
}{
|
||||
Prefix: "https://bloater.example.com",
|
||||
Yourls: struct {
|
||||
APIPath string
|
||||
Signature string
|
||||
}{
|
||||
APIPath: "https://short.com/yourls-api.php",
|
||||
Signature: "kfn83h28r",
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
@ -21,9 +21,5 @@ type config struct {
|
|||
}
|
||||
Download struct {
|
||||
Prefix string
|
||||
Yourls struct {
|
||||
APIPath string
|
||||
Signature string
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue