aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/Robust.ini.example10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index 743b23d..5e6ce47 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -61,6 +61,16 @@
61 61
62 ; How many lines of command history should we keep? (default is 100) 62 ; How many lines of command history should we keep? (default is 100)
63 ConsoleHistoryFileLines = 100 63 ConsoleHistoryFileLines = 100
64
65 ; peers SSL certificate validation options
66 ; used also on contacting other peers that require SSL and we don't
67 ; you should set this to false forcing all peers (like regions) to have valid certificates
68 ; but you can allow selfsigned certificates or no official CA with next option true
69 NoVerifyCertChain = true
70 ; you can also bypass the hostname or domain verification
71 NoVerifyCertHostname = true
72 ; having both options true does provide encriptation, but low security
73 ; possible enought for small grids, specially it not comercial
64 74
65[ServiceList] 75[ServiceList]
66 AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" 76 AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector"