added configuration
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user