Skip to content

Commit

Permalink
Change default db to cleveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
danil-lashin committed Jul 19, 2019
1 parent e90ee24 commit 4a54ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func DefaultBaseConfig() BaseConfig {
ProfListenAddress: "",
FastSync: true,
FilterPeers: false,
DBBackend: "leveldb",
DBBackend: "cleveldb",
DBPath: "data",
GUIListenAddress: ":3000",
APIListenAddress: "tcp://0.0.0.0:8841",
Expand Down

0 comments on commit 4a54ba3

Please sign in to comment.