diff options
author | Sean Dague | 2007-08-21 18:34:49 +0000 |
---|---|---|
committer | Sean Dague | 2007-08-21 18:34:49 +0000 |
commit | 4dd40151a6384bc39fd38db041859a070be1a185 (patch) | |
tree | 1552ed9f6e724249de31227696faef0250214491 /bin/OpenSim.ini | |
parent | Hopefully fixed the problem of users avatars not always showing up when eithe... (diff) | |
download | opensim-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 '')
-rw-r--r-- | bin/OpenSim.ini | 62 |
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] |
2 | gridmode = false | 2 | gridmode = false |
3 | physics = basicphysics | 3 | physics = basicphysics |
4 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" | 4 | # Prim Storage |
5 | startup_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] | 8 | storage_plugin = "OpenSim.DataStore.NullStorage.dll" |
9 | accounts_authenticate = false | 9 | startup_console_commands_file = "startup_commands.txt" |
10 | welcome_message = "Welcome to OpenSim" | 10 | |
11 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | 11 | |
12 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | 12 | [StandAlone] |
13 | default_location_x = 1000 | 13 | accounts_authenticate = false |
14 | default_location_y = 1000 | 14 | welcome_message = "Welcome to OpenSim" |
15 | 15 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | |
16 | 16 | userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | |
17 | [Network] | 17 | default_location_x = 1000 |
18 | http_listener_port = 9000 | 18 | default_location_y = 1000 |
19 | remoting_listener_port = 8895 | 19 | |
20 | 20 | ||
21 | grid_server_url = "http://127.0.0.1:8001" | 21 | [Network] |
22 | grid_send_key = "null" | 22 | http_listener_port = 9000 |
23 | grid_recv_key = "null" | 23 | remoting_listener_port = 8895 |
24 | 24 | ||
25 | user_server_url = "http://127.0.0.1:8002" | 25 | grid_server_url = "http://127.0.0.1:8001" |
26 | user_send_key = "null" | 26 | grid_send_key = "null" |
27 | user_recv_key = "null" | 27 | grid_recv_key = "null" |
28 | 28 | ||
29 | asset_server_url = "http://127.0.0.1:8003" | 29 | user_server_url = "http://127.0.0.1:8002" |
30 | user_send_key = "null" | ||
31 | user_recv_key = "null" | ||
32 | |||
33 | asset_server_url = "http://127.0.0.1:8003" | ||