Have got uploads working
This commit is contained in:
parent
97112d99dd
commit
6b697e008f
20 changed files with 751 additions and 7 deletions
|
|
@ -9,6 +9,7 @@ import (
|
|||
|
||||
type Config struct {
|
||||
DataDir string `env:"DATA_DIR"`
|
||||
ScratchDir string `env:"SCRATCH_DIR"`
|
||||
SiteDomain string `env:"SITE_DOMAIN"`
|
||||
LoginLocked bool `env:"LOGIN_LOCKED,default=false"`
|
||||
Env string `env:"ENV,default=prod"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue