preserve original sample nucypher config

pull/380/head
Kieran Prasch 2018-08-09 17:13:57 -07:00 committed by Kieran R. Prasch
parent a5c4add4c3
commit c4dd399bc6
1 changed files with 51 additions and 38 deletions

View File

@ -1,38 +1,51 @@
[nucypher]
mode=decentralized
simulation=True
[character]
start_learning_on_same_thread=True
always_be_learning=True
abort_on_learning_error=False
[network.cryptography]
tls_curve=secp256r1
[ursula.blockchain]
wallet_address=etherbase
stake=only
[ursula.network.rest]
host=127.0.0.1
port=5115
db_name=ursula.db.sqlite3
[ursula.network.dht]
host=127.0.0.1
port=5867
[blockchain]
tester=True
test_accounts=10
deploy=True
compile=True
temporary_registry=True
timeout=120
[blockchain.provider]
eth_address=etherbase
type=ipc
ipc_path=/tmp/geth.ipc
poa=True
; ==================================
; ~ MACHINE TEMPLATE ONLY ~
;
; DO NOT USE THIS CONFURATION FILE.
;
; It is used to initialize default
; configuration files; However,
; This file may be useful as a
; form of documentation when
; configuring your own node.
;
; ==================================
;
;[nucypher]
;mode=decentralized
;simulation=True
;
;[character]
;start_learning_on_same_thread=True
;always_be_learning=True
;abort_on_learning_error=False
;
;[network.cryptography]
;tls_curve=secp256r1
;
;[ursula.blockchain]
;wallet_address=etherbase
;stake=only
;
;[ursula.network.rest]
;host=127.0.0.1
;port=5115
;db_name=ursula.db.sqlite3
;
;[ursula.network.dht]
;host=127.0.0.1
;port=5867
;
;[blockchain]
;tester=True
;test_accounts=10
;deploy=True
;compile=True
;temporary_registry=True
;timeout=120
;
;[blockchain.provider]
;eth_address=etherbase
;type=ipc
;ipc_path=/tmp/geth.ipc
;poa=True