added basic auth

This commit is contained in:
2022-05-12 23:37:59 +02:00
parent 6f693d48c1
commit 2ae7923efc
4 changed files with 37 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ type AppConfig struct {
S3SSL bool
S3Bucket string
Address string
APIUsername string
APIPassword string
}
type Metadata struct {