aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/OpenSim.exe.config5
-rw-r--r--bin/OpenSimDefaults.ini4
-rw-r--r--bin/Robust.HG.ini.example13
-rw-r--r--bin/Robust.ini.example10
-rw-r--r--bin/startuplogo.txt1
5 files changed, 25 insertions, 8 deletions
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config
index 4a49fc5..f1e3709 100755
--- a/bin/OpenSim.exe.config
+++ b/bin/OpenSim.exe.config
@@ -31,5 +31,10 @@
31 <appender-ref ref="Console" /> 31 <appender-ref ref="Console" />
32 <appender-ref ref="LogFileAppender" /> 32 <appender-ref ref="LogFileAppender" />
33 </root> 33 </root>
34
35 <logger name="OpenSim.Region.ScriptEngine.XEngine">
36 <level value="WARN"/>
37 </logger>
38
34 </log4net> 39 </log4net>
35</configuration> 40</configuration>
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index ac8d568..6d699fd 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -1168,7 +1168,9 @@
1168 ; Maximum number of llListen events we allow per script 1168 ; Maximum number of llListen events we allow per script
1169 ; Set this to 0 to have no limit imposed. 1169 ; Set this to 0 to have no limit imposed.
1170 max_listens_per_script = 64 1170 max_listens_per_script = 64
1171 1171
1172 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
1173 max_external_urls_per_simulator = 100
1172 1174
1173[DataSnapshot] 1175[DataSnapshot]
1174 ; The following set of configs pertains to search. 1176 ; The following set of configs pertains to search.
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example
index 9887ab5..3eecdd9 100644
--- a/bin/Robust.HG.ini.example
+++ b/bin/Robust.HG.ini.example
@@ -237,12 +237,19 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
237 237
238 WelcomeMessage = "Welcome, Avatar!" 238 WelcomeMessage = "Welcome, Avatar!"
239 AllowRemoteSetLoginLevel = "false" 239 AllowRemoteSetLoginLevel = "false"
240 240
241 ; For V2 map 241 ; For V2 map
242 MapTileURL = "http://127.0.0.1:8002"; 242 MapTileURL = "http://127.0.0.1:8002";
243 243
244 ; For WebProfiles (V3) 244 ; For V2/3 Web Profiles
245 ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" 245 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
246 ; being used in a development viewer as support for webprofiles
247 ; is being developed across the componets
248 ;
249 ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
250 ;
251 ; For V2/V3 webapp authentication SSO
252 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
246 253
247 ; If you run this login server behind a proxy, set this to true 254 ; If you run this login server behind a proxy, set this to true
248 ; HasProxy = false 255 ; HasProxy = false
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example
index f70d13b..5a9d613 100644
--- a/bin/Robust.ini.example
+++ b/bin/Robust.ini.example
@@ -225,10 +225,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003
225 MapTileURL = "http://127.0.0.1:8002"; 225 MapTileURL = "http://127.0.0.1:8002";
226 226
227 ; For V2/3 Web Profiles 227 ; For V2/3 Web Profiles
228 ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" 228 ; Work in progress: The ProfileServerURL/OpenIDServerURL are
229 229 ; being used in a development viewer as support for webprofiles
230 ; is being developed across the componets
231 ;
232 ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]"
233 ;
230 ; For V2/V3 webapp authentication SSO 234 ; For V2/V3 webapp authentication SSO
231 OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" 235 ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/"
232 236
233 ; If you run this login server behind a proxy, set this to true 237 ; If you run this login server behind a proxy, set this to true
234 ; HasProxy = false 238 ; HasProxy = false
diff --git a/bin/startuplogo.txt b/bin/startuplogo.txt
index 0d11e77..e69de29 100644
--- a/bin/startuplogo.txt
+++ b/bin/startuplogo.txt
@@ -1 +0,0 @@
1STARTUP COMPLETE