Manual server file uploads implemented
This commit is contained in:
parent
c8308664d3
commit
70b5285e16
10 changed files with 329 additions and 26 deletions
|
|
@ -24,6 +24,10 @@ type Config struct {
|
|||
Secret string
|
||||
ExpireDays int
|
||||
}
|
||||
|
||||
Storage struct {
|
||||
Files string
|
||||
}
|
||||
}
|
||||
|
||||
func readConfig(fname string) (err error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue