aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorSean Dague2007-08-21 18:34:49 +0000
committerSean Dague2007-08-21 18:34:49 +0000
commit4dd40151a6384bc39fd38db041859a070be1a185 (patch)
tree1552ed9f6e724249de31227696faef0250214491 /bin/OpenSim.ini
parentHopefully fixed the problem of users avatars not always showing up when eithe... (diff)
downloadopensim-SC_OLD-4dd40151a6384bc39fd38db041859a070be1a185.zip
opensim-SC_OLD-4dd40151a6384bc39fd38db041859a070be1a185.tar.gz
opensim-SC_OLD-4dd40151a6384bc39fd38db041859a070be1a185.tar.bz2
opensim-SC_OLD-4dd40151a6384bc39fd38db041859a070be1a185.tar.xz
self document how to enable prim storage
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini62
1 files changed, 33 insertions, 29 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini
index d876e3c..a720617 100644
--- a/bin/OpenSim.ini
+++ b/bin/OpenSim.ini
@@ -1,29 +1,33 @@
1[Startup] 1[Startup]
2gridmode = false 2gridmode = false
3physics = basicphysics 3physics = basicphysics
4storage_plugin = "OpenSim.DataStore.NullStorage.dll" 4# Prim Storage
5startup_console_commands_file = "startup_commands.txt" 5# if you would like to use sqlite uncomment the following line (and
6 6# comment the NullStorage line)
7 7# storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
8[StandAlone] 8storage_plugin = "OpenSim.DataStore.NullStorage.dll"
9accounts_authenticate = false 9startup_console_commands_file = "startup_commands.txt"
10welcome_message = "Welcome to OpenSim" 10
11inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" 11
12userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" 12[StandAlone]
13default_location_x = 1000 13accounts_authenticate = false
14default_location_y = 1000 14welcome_message = "Welcome to OpenSim"
15 15inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
16 16userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
17[Network] 17default_location_x = 1000
18http_listener_port = 9000 18default_location_y = 1000
19remoting_listener_port = 8895 19
20 20
21grid_server_url = "http://127.0.0.1:8001" 21[Network]
22grid_send_key = "null" 22http_listener_port = 9000
23grid_recv_key = "null" 23remoting_listener_port = 8895
24 24
25user_server_url = "http://127.0.0.1:8002" 25grid_server_url = "http://127.0.0.1:8001"
26user_send_key = "null" 26grid_send_key = "null"
27user_recv_key = "null" 27grid_recv_key = "null"
28 28
29asset_server_url = "http://127.0.0.1:8003" 29user_server_url = "http://127.0.0.1:8002"
30user_send_key = "null"
31user_recv_key = "null"
32
33asset_server_url = "http://127.0.0.1:8003"