Browse Source

darkwikid: update config file

ghassmo 4 years ago
parent
commit
bcd4a06d27
1 changed files with 4 additions and 1 deletions
  1. 4 1
      bin/darkwikid/darkwiki.toml

+ 4 - 1
bin/darkwikid/darkwiki.toml

@@ -7,10 +7,13 @@
 ## Sets Docs Path
 ## Sets Docs Path
 # docs="~/darkwiki"
 # docs="~/darkwiki"
 
 
+## Sets Author name 
+# author="name"
+
 ## Raft net settings
 ## Raft net settings
 [net]
 [net]
 ## P2P accept address
 ## P2P accept address
-inbound="tcp://127.0.0.1:13001" 
+inbound="tls://127.0.0.1:13001" 
 
 
 ## Connection slots
 ## Connection slots
 outbound_connections=2
 outbound_connections=2