Browse Source

config.toml fix

pull/1943/head
Greg Szabo 7 years ago
parent
commit
7dc7109dc9
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      ansible/roles/config/templates/config.toml.j2

+ 2
- 1
ansible/roles/config/templates/config.toml.j2 View File

@ -4,7 +4,8 @@
proxy_app = "tcp://127.0.0.1:46658"
moniker = "{{inventory_hostname}}"
fast_sync = true
db_backend = "memdb"
db_backend = "leveldb"
#db_backend = "memdb"
#log_level = "mempool:error,*:debug"
log_level = "state:info,*:error"


Loading…
Cancel
Save