Skip to content

Commit

Permalink
Merge pull request #32 from dappledger/zjdev
Browse files Browse the repository at this point in the history
delete invalid config parameters
  • Loading branch information
kelezj authored Sep 2, 2019
2 parents c2b6efa + 36a460e commit eadaa36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
8 changes: 0 additions & 8 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ services:
block_size = 5000
crypto_type = "ZA"
db_backend = "leveldb"
db_conn_str = "sqlite3"
db_type = "sqlite3"
environment = "production"
fast_sync = true
log_path = ""
Expand Down Expand Up @@ -68,8 +66,6 @@ services:
block_size = 5000
crypto_type = "ZA"
db_backend = "leveldb"
db_conn_str = "sqlite3"
db_type = "sqlite3"
environment = "production"
fast_sync = true
log_path = ""
Expand Down Expand Up @@ -108,8 +104,6 @@ services:
block_size = 5000
crypto_type = "ZA"
db_backend = "leveldb"
db_conn_str = "sqlite3"
db_type = "sqlite3"
environment = "production"
fast_sync = true
log_path = ""
Expand Down Expand Up @@ -148,8 +142,6 @@ services:
block_size = 5000
crypto_type = "ZA"
db_backend = "leveldb"
db_conn_str = "sqlite3"
db_type = "sqlite3"
environment = "production"
fast_sync = true
log_path = ""
Expand Down
1 change: 0 additions & 1 deletion gemmill/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ func DefaultConfig() (conf *viper.Viper) {
conf.Set("rpc_laddr", "tcp://0.0.0.0:46657")
conf.Set("seeds", "")
conf.Set("auth_by_ca", true)
conf.Set("non_validator_auth_by_ca", false)
conf.Set("signbyCA", "")
conf.Set("fast_sync", true)
conf.Set("skip_upnp", true)
Expand Down

0 comments on commit eadaa36

Please sign in to comment.