diff options
author | Melanie | 2009-08-17 09:21:39 +0100 |
---|---|---|
committer | Melanie | 2009-08-17 09:21:39 +0100 |
commit | 3d7bb7567c7452d4a1216db5656d0b02957cf950 (patch) | |
tree | 5fe5b003a1ba140e1a5cb4cfda32d8569c3fee5e /bin | |
parent | Limit the scrollback buffer output of the command line client to (diff) | |
download | opensim-SC_OLD-3d7bb7567c7452d4a1216db5656d0b02957cf950.zip opensim-SC_OLD-3d7bb7567c7452d4a1216db5656d0b02957cf950.tar.gz opensim-SC_OLD-3d7bb7567c7452d4a1216db5656d0b02957cf950.tar.bz2 opensim-SC_OLD-3d7bb7567c7452d4a1216db5656d0b02957cf950.tar.xz |
Add the ability to use -console=rest to the region server. User
and pass are specified the same way as for the ROBUST server
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ConsoleClient.exe.config | 2 | ||||
-rw-r--r-- | bin/OpenSim.ini.example | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/bin/OpenSim.ConsoleClient.exe.config b/bin/OpenSim.ConsoleClient.exe.config index c2d93c0..7aa974c 100644 --- a/bin/OpenSim.ConsoleClient.exe.config +++ b/bin/OpenSim.ConsoleClient.exe.config | |||
@@ -17,7 +17,7 @@ | |||
17 | </appender> | 17 | </appender> |
18 | 18 | ||
19 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> | 19 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> |
20 | <file value="OpenSim.log" /> | 20 | <file value="OpenSim.ConsoleClient.log" /> |
21 | <appendToFile value="true" /> | 21 | <appendToFile value="true" /> |
22 | <layout type="log4net.Layout.PatternLayout"> | 22 | <layout type="log4net.Layout.PatternLayout"> |
23 | <conversionPattern value="%date %-5level - %logger %message%newline" /> | 23 | <conversionPattern value="%date %-5level - %logger %message%newline" /> |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index db993b4..a1532c5 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -292,6 +292,8 @@ | |||
292 | LibrariesXMLFile="./inventory/Libraries.xml" | 292 | LibrariesXMLFile="./inventory/Libraries.xml" |
293 | 293 | ||
294 | [Network] | 294 | [Network] |
295 | ConsoleUser = "Test" | ||
296 | ConsolePass = "secret" | ||
295 | http_listener_port = 9000 | 297 | http_listener_port = 9000 |
296 | default_location_x = 1000 | 298 | default_location_x = 1000 |
297 | default_location_y = 1000 | 299 | default_location_y = 1000 |