commit 358ddcd1dcf24ebddbc3d2dca8b6706472ac2553
parent ab955fd58e1705b2ee1a5cf69461daa7ee51bf5c
Author: parazyd <parazyd@dyne.org>
Date: Fri, 16 Apr 2021 03:07:54 +0200
Add note about hostname in config.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/res/obelisk.cfg b/res/obelisk.cfg
@@ -3,7 +3,7 @@
# 0.0.0.0 to bind to any IP, 127.0.0.1 to bind to localhost
host = 127.0.0.1
port = 50003
-# Public hostname for the server, ideally a valid domain
+# Public hostname for the server, ideally a valid domain or reachable IP
hostname = localhost
# Which chain should this instance of obelisk be using (mainnet/testnet)