瀏覽代碼

bin/darkirc: update default datastore path

Dastan-glitch 2 年之前
父節點
當前提交
48e8845278
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      bin/darkirc/darkirc_config.toml

+ 4 - 4
bin/darkirc/darkirc_config.toml

@@ -2,10 +2,10 @@
 ## Review it carefully.
 ## Review it carefully.
 
 
 ## JSON-RPC listen URL
 ## JSON-RPC listen URL
-#rpc_listen="tcp://127.0.0.1:26660"
+#rpc_listen = "tcp://127.0.0.1:26660"
 
 
 ## IRC listen URL
 ## IRC listen URL
-#irc_listen="tcp://127.0.0.1:6667"
+#irc_listen = "tcp://127.0.0.1:6667"
 
 
 ## TLS certificate path if IRC acceptor uses TLS (optional)
 ## TLS certificate path if IRC acceptor uses TLS (optional)
 #irc_tls_cert = "/etc/letsencrypt/ircd/fullchain.pem"
 #irc_tls_cert = "/etc/letsencrypt/ircd/fullchain.pem"
@@ -14,7 +14,7 @@
 #irc_tls_secret = "/etc/letsencrypt/ircd/privkey.pem"
 #irc_tls_secret = "/etc/letsencrypt/ircd/privkey.pem"
 
 
 ## Sets Datastore Path
 ## Sets Datastore Path
-#datastore = "~/.darkirc"
+#datastore = "~/.local/darkfi/darkirc"
 
 
 ## List of channels to autojoin for new client connections
 ## List of channels to autojoin for new client connections
 autojoin = [
 autojoin = [
@@ -28,7 +28,7 @@ autojoin = [
 
 
 ## Daemon specific password (optional, but once you configure it,
 ## Daemon specific password (optional, but once you configure it,
 ## it is required from the client side)
 ## it is required from the client side)
-#password="CHANGE_ME"
+#password = "CHANGE_ME"
 
 
 # P2P network settings
 # P2P network settings
 [net]
 [net]