File tree 6 files changed +24
-27
lines changed
6 files changed +24
-27
lines changed Original file line number Diff line number Diff line change 1
1
389697647cbf4df63a2d2949f648216025355763:localstack/cache/server.test.pem.key:private-key:1
2
- 389697647cbf4df63a2d2949f648216025355763:localstack/cache/server.test.pem:private-key:1
2
+ 389697647cbf4df63a2d2949f648216025355763:localstack/cache/server.test.pem:private-key:1
3
+ 21b942e8aebe04827785fe961d4c97fb8323f7ba:doc/spare/README.md:generic-api-key:68
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ type Config struct {
28
28
// If you do not specify this, the CloudFront default domain name is used.
29
29
CustomDomain model.Domain `yaml:"customDomain"`
30
30
// S3Bucket is the name of the S3 bucket.
31
- S3Bucket model.Bucket `yaml:"s3BucketName"`
31
+ S3Bucket model.Bucket `yaml:"s3BucketName"` //nolint
32
32
// AllowOrigins is the list of domains that are allowed to access the SPA.
33
33
AllowOrigins model.AllowOrigins `yaml:"allowOrigins"`
34
34
DebugLocalstackEndpoint model.Endpoint `yaml:"debugLocalstackEndpoint"`
Original file line number Diff line number Diff line change
1
+ spareTemplateVersion : 1.0.0
2
+ deployTarget : test-src
3
+ region : us-east-2
4
+ customDomain : " example.com"
5
+ s3BucketName : " test-bucket"
6
+ allowOrigins : ["example.com", "test.example.com"]
7
+ debugLocalstackEndpoint : http://localhost:4566
Original file line number Diff line number Diff line change
1
+ spareTemplateVersion : 0.0.1
2
+ deployTarget : src
3
+ region : us-east-1
4
+ customDomain : " "
5
+ s3BucketName : " "
6
+ allowOrigins : []
7
+ debugLocalstackEndpoint : http://localhost:4566
Original file line number Diff line number Diff line change
1
+ spareTemplateVersion : 0.0.1
2
+ deployTarget : src
3
+ region : us-east-1
4
+ customDomain : " "
5
+ s3BucketName : " "
6
+ allowOrigins : []
7
+ debugLocalstackEndpoint : http://localhost:4566
You can’t perform that action at this time.
0 commit comments