Skip to content

Commit e9142dc

Browse files
committedJun 18, 2019
Merge branch 'v0.9.0' of https://github.com/spaceuptech/space-cloud into merge-ce
2 parents 477d54e + aed659c commit e9142dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1331
-469
lines changed
 

‎config/config.go

+1-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ type AuthStub struct {
7272
Secret string `json:"secret" yaml:"secret"`
7373
}
7474

75-
// Functions holds the config for the Functions module
75+
// Functions holds the config for the functions module
7676
type Functions struct {
7777
Enabled bool `json:"enabled" yaml:"enabled"`
7878
Broker utils.Broker `json:"broker" yaml:"broker"`
@@ -107,7 +107,6 @@ type FileRule struct {
107107
// Static holds the config for the static files module
108108
type Static struct {
109109
Enabled bool `json:"enabled" yaml:"enabled"`
110-
Gzip bool `json:"gzip" yaml:"gzip"`
111110
Routes []*StaticRoute `json:"routes" yaml:"routes"`
112111
}
113112

‎config/template.go

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ modules:
5151
rule: allow
5252
static:
5353
enabled: false
54-
gzip: false
5554
routes:
5655
- prefix: /
5756
path: ./public

0 commit comments

Comments
 (0)