Move default aws configuration to config file
Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
@@ -92,11 +92,8 @@ func New() *Implm {
|
||||
},
|
||||
},
|
||||
AWS: awsConfig{
|
||||
Region: "us-east-1",
|
||||
Bucket: "probod",
|
||||
AccessKeyID: "probod",
|
||||
SecretAccessKey: "thisisnotasecret",
|
||||
Endpoint: "http://127.0.0.1:9000",
|
||||
Region: "us-east-1",
|
||||
Bucket: "probod",
|
||||
},
|
||||
Mailer: mailerConfig{
|
||||
SenderEmail: "no-reply@notification.getprobo.com",
|
||||
|
||||
Reference in New Issue
Block a user