Skip to content

Commit

Permalink
Enable the storage service by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jsternberg committed Jun 12, 2018
1 parent 3eb5349 commit 328d0d5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v1.7.0 [unreleased]
-------------------

### Features

- [#9964](https://github.com/influxdata/influxdb/pull/9964): Enable the storage service by default.

v1.6.0 [unreleased]
-------------------

Expand Down
2 changes: 1 addition & 1 deletion services/storage/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ type Config struct {
// NewConfig returns a new Config with default settings.
func NewConfig() Config {
return Config{
Enabled: false,
Enabled: true,
LogEnabled: true,
BindAddress: DefaultBindAddress,
}
Expand Down

0 comments on commit 328d0d5

Please sign in to comment.