From 9620e83850feb6f129ba016edbb657fcddc73165 Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 18 Aug 2019 04:27:31 +1000 Subject: Better consistency with the other config.ini files. --- bin/config-include/config_localhost.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/config-include/config_localhost.ini b/bin/config-include/config_localhost.ini index e95b04c..c0a376e 100644 --- a/bin/config-include/config_localhost.ini +++ b/bin/config-include/config_localhost.ini @@ -31,10 +31,10 @@ ; For a standalone this will usually be the externally accessible IP/DNS ; name and use default public port 9000. The private port is not used ; in the configuration for a standalone. - BaseHostname = "127.0.0.1" + BaseHostname = "http://127.0.0.1" HostName = "localhost" - BaseURL = http://${Const|BaseHostname} - GridURL = http://${Const|BaseHostname} + BaseURL = ${Const|BaseHostname} + GridURL = ${Const|BaseHostname} PublicPort = "8002" PrivatePort = "8003" -- cgit v1.1