Skip to content

Commit

Permalink
feat(storage): Make redis the default storage adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
krancour committed Jul 15, 2016
1 parent 7144c4e commit 0c82466
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const (
)

type config struct {
StorageType string `envconfig:"STORAGE_ADAPTER" default:"memory"`
StorageType string `envconfig:"STORAGE_ADAPTER" default:"redis"`
NumLines int `envconfig:"NUMBER_OF_LINES" default:"1000"`
AggregatorType string `envconfig:"AGGREGATOR_TYPE" default:"nsq"`
}
Expand Down
2 changes: 0 additions & 2 deletions manifests/deis-logger-rc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ spec:
image: quay.io/deis/logger:v2-beta
imagePullPolicy: Always
env:
- name: STORAGE_ADAPTER
value: redis
- name: DEIS_LOGGER_REDIS_PASSWORD
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 0c82466

Please sign in to comment.