diff options
-rw-r--r-- | bin/OpenSim.Server.ini.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example index f0c0de9..aab0566 100644 --- a/bin/OpenSim.Server.ini.example +++ b/bin/OpenSim.Server.ini.example | |||
@@ -14,6 +14,12 @@ ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector,OpenSim.S | |||
14 | [Network] | 14 | [Network] |
15 | port = 8003 | 15 | port = 8003 |
16 | 16 | ||
17 | ; * The following are for the remote console | ||
18 | ; * They have no effect for the local or basic console types | ||
19 | ; * Leave commented to diable logins to the console | ||
20 | ;ConsoleUser = Test | ||
21 | ;ConsolePass = secret | ||
22 | |||
17 | ; * As an example, the below configuration precisely mimicks the legacy | 23 | ; * As an example, the below configuration precisely mimicks the legacy |
18 | ; * asset server. It is read by the asset IN connector (defined above) | 24 | ; * asset server. It is read by the asset IN connector (defined above) |
19 | ; * and it then loads the OUT connector (a local database module). That, | 25 | ; * and it then loads the OUT connector (a local database module). That, |