diff options
author | lbsa71 | 2007-09-27 13:25:45 +0000 |
---|---|---|
committer | lbsa71 | 2007-09-27 13:25:45 +0000 |
commit | 8143c597fc5f62ec0d931d2d5b887730e06aec04 (patch) | |
tree | ae67873a5f801b2b7bdf9a7b088db98beb97b5ac /bin/OpenSim.ini | |
parent | Terrain: (diff) | |
download | opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.zip opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.tar.gz opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.tar.bz2 opensim-SC_OLD-8143c597fc5f62ec0d931d2d5b887730e06aec04.tar.xz |
* Tleiades grid mode inventory (#444) - thanx Tleiades!
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r-- | bin/OpenSim.ini | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini index f4efeb5..a6cc18b 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -1,5 +1,5 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | gridmode = false | 2 | gridmode = true |
3 | physics = basicphysics | 3 | physics = basicphysics |
4 | ; Prim Storage | 4 | ; Prim Storage |
5 | ; if you would like to use sqlite uncomment the following line (and | 5 | ; if you would like to use sqlite uncomment the following line (and |
@@ -28,13 +28,13 @@ default_location_y = 1000 | |||
28 | http_listener_port = 9000 | 28 | http_listener_port = 9000 |
29 | remoting_listener_port = 8895 | 29 | remoting_listener_port = 8895 |
30 | 30 | ||
31 | grid_server_url = "http://127.0.0.1:8001" | 31 | grid_server_url = "http://osgrid.org:8001/" |
32 | grid_send_key = "null" | 32 | grid_send_key = "1234" |
33 | grid_recv_key = "null" | 33 | grid_recv_key = "1234" |
34 | 34 | ||
35 | user_server_url = "http://127.0.0.1:8002" | 35 | user_server_url = "http://osgrid.org:8002/" |
36 | user_send_key = "null" | 36 | user_send_key = "1234" |
37 | user_recv_key = "null" | 37 | user_recv_key = "1234" |
38 | 38 | ||
39 | asset_server_url = "http://127.0.0.1:8003" | 39 | asset_server_url = "http://osgrid.org:8003/" |
40 | 40 | ||