Skip to content

Commit 740bf8a

Browse files
authored
Merge pull request sugarchain-project#3 from sugarchain-project/decryp2kanon-patch-2
doc: debug = False
2 parents c497e42 + 6afe5dc commit 740bf8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ secret = 'YOU SHOULD HAVE A VERY STRONG PASSWORD HERE'
1515
endpoint = 'http://rpcuser:rpcpassword@127.0.0.1:34229/' # RPC 34229 or 44229
1616
host = '0.0.0.0'
1717
port = 1234
18-
debug = True
18+
debug = False
1919
```
2020

2121
# Install dependencies

0 commit comments

Comments
 (0)