Procházet zdrojové kódy

darkwikid: update config file

ghassmo před 4 roky
rodič
revize
bcd4a06d27
1 změnil soubory, kde provedl 4 přidání a 1 odebrání
  1. 4 1
      bin/darkwikid/darkwiki.toml

+ 4 - 1
bin/darkwikid/darkwiki.toml

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