aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.HG.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.HG.ini.example10
1 files changed, 9 insertions, 1 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index fed9ea2..a327c6b 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -70,6 +70,14 @@
70 ; How many lines of command history should we keep? (default is 100) 70 ; How many lines of command history should we keep? (default is 100)
71 ConsoleHistoryFileLines = 100 71 ConsoleHistoryFileLines = 100
72 72
73 ; peers SSL certificate validation options
74 ; you can allow selfsigned certificates or no official CA with next option set to true
75 NoVerifyCertChain = true
76 ; you can also bypass the hostname or domain verification
77 NoVerifyCertHostname = true
78 ; having both options true does provide encryption but with low security
79 ; set both true if you don't care to use SSL, they are needed to contact regions or grids that do use it.
80
73 81
74[ServiceList] 82[ServiceList]
75 AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" 83 AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"
@@ -514,7 +522,7 @@
514 522
515 ; If you run this login server behind a proxy, set this to true 523 ; If you run this login server behind a proxy, set this to true
516 ; HasProxy = false 524 ; HasProxy = false
517 525
518 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs) 526 ; Defaults for the users, if none is specified in the useraccounts table entry (ServiceURLs)
519 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented 527 ;; If you have GatekeeperURI set under [Hypergrid], no need to set it here, leave it commented
520 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}" 528 ; GatekeeperURI = "${Const|BaseURL}:${Const|PublicPort}"