added configuration

This commit is contained in:
2022-05-09 16:10:05 +02:00
parent d8726a7e6e
commit d8e42671ef
5 changed files with 51 additions and 11 deletions

View File

@@ -4,3 +4,12 @@ type Share struct {
Slug string `json:"slug"`
Key string `json:"key"`
}
type AppConfig struct {
S3Endpoint string
S3AccessKey string
S3SecretKey string
S3SSL bool
S3Bucket string
Address string
}