aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.Server.ini.example
diff options
context:
space:
mode:
authorAdam Frisby2009-08-18 00:23:27 +1000
committerAdam Frisby2009-08-18 00:23:27 +1000
commit58d9d6026eb36d530c7cec753279b7aeaa6b43eb (patch)
tree86a09687ef01b308ac2ae8e1023ec9ddb943c54f /bin/OpenSim.Server.ini.example
parent* Implementing a bunch of Unimplemented MRM stubs. (diff)
parentAdd System.Xml reference to the console project (diff)
downloadopensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.zip
opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.tar.gz
opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.tar.bz2
opensim-SC_OLD-58d9d6026eb36d530c7cec753279b7aeaa6b43eb.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.Server.ini.example6
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]
15port = 8003 15port = 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,