diff options
Diffstat (limited to 'bin/Robust.HG.ini.example')
-rw-r--r-- | bin/Robust.HG.ini.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index c231a8a..08a3b8c 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -70,6 +70,15 @@ | |||
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 (if using ssl) | ||
74 | ; you should set this to false forcing all peers (like regions) to have valid certificates | ||
75 | ; but you can allow selfsigned certificates or no official CA with next option true | ||
76 | NoVerifyCertChain = true | ||
77 | ; you can also bypass the hostname or domain verification | ||
78 | NoVerifyCertHostname = true | ||
79 | ; having both options true does provide encriptation, but low security | ||
80 | ; possible enought for small grids, specially it not comercial | ||
81 | |||
73 | 82 | ||
74 | [ServiceList] | 83 | [ServiceList] |
75 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 84 | AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" |