Просмотр исходного кода

mmproxy: Comment out the default configurations

parazyd 2 лет назад
Родитель
Сommit
c1adcbd68b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      bin/darkfi-mmproxy/darkfi_mmproxy.toml

+ 2 - 2
bin/darkfi-mmproxy/darkfi_mmproxy.toml

@@ -6,12 +6,12 @@
 ## The default values are left commented. They can be overridden either by
 ## The default values are left commented. They can be overridden either by
 ## uncommenting, or by using the command-line.
 ## uncommenting, or by using the command-line.
 
 
-[mmproxy]
+#[mmproxy]
 # darkfi-mmproxy daemon listen URL.
 # darkfi-mmproxy daemon listen URL.
 # This is where XMRig can connect to with a daemon (solomining) endpoint.
 # This is where XMRig can connect to with a daemon (solomining) endpoint.
 #rpc = "http://127.0.0.1:3333"
 #rpc = "http://127.0.0.1:3333"
 
 
-[monerod]
+#[monerod]
 # monerod RPC address.
 # monerod RPC address.
 # This is the monerod endpoint which is proxied by mmproxy.
 # This is the monerod endpoint which is proxied by mmproxy.
 #rpc = "http://127.0.0.1:18081"
 #rpc = "http://127.0.0.1:18081"