aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/Robust.ini.example
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-06-02 21:37:17 +0100
committerJustin Clark-Casey (justincc)2011-06-02 21:37:17 +0100
commitb000d4f67fd31251dfdcabbada371a5f57a80b0a (patch)
tree9feb9ec1b4d7ef8e66a6c829a7595e0f63b10022 /bin/Robust.ini.example
parentAdding boolean alias for commandline switches like -save_crashes=yes (diff)
downloadopensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.zip
opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.tar.gz
opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.tar.bz2
opensim-SC_OLD-b000d4f67fd31251dfdcabbada371a5f57a80b0a.tar.xz
minor: add ini.example doc to hint that the server address in [FreeswitchService] must be reachable by viewers
Diffstat (limited to 'bin/Robust.ini.example')
-rw-r--r--bin/Robust.ini.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index cc018f8..5d0ec09 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -21,7 +21,6 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
21[Network] 21[Network]
22 port = 8003 22 port = 8003
23 23
24
25 ; HTTPS for "Out of band" management applications such as the remote admin 24 ; HTTPS for "Out of band" management applications such as the remote admin
26 ; module. May specify https_main = True to make the main http server 25 ; module. May specify https_main = True to make the main http server
27 ; use https or "False" to make the main server HTTP 26 ; use https or "False" to make the main server HTTP
@@ -92,6 +91,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
92 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" 91 LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService"
93 92
94 ;; The IP address of your FreeSWITCH server. 93 ;; The IP address of your FreeSWITCH server.
94 ;; This address must be reachable by viewers.
95 ; ServerAddress = 127.0.0.1 95 ; ServerAddress = 127.0.0.1
96 96
97 ;; The following configuration parameters are optional 97 ;; The following configuration parameters are optional