Explicitly disable ui and dapps in config

This commit is contained in:
phahulin 2018-03-26 16:58:04 +03:00 committed by GitHub
parent 0184e52fd0
commit 51a270a868
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,13 +21,13 @@ apis = ["web3","eth","net" {{ ', "parity", "parity_set", "shh"' if bootnode_orch
processing_threads = 4
cors=["all"]
{% if bootnode_archive|default("off") == "on" %}
[ui]
disable = true
[dapps]
disable = true
{% if bootnode_archive|default("off") == "on" %}
[snapshots]
disable_periodic = false