diff options
Diffstat (limited to '')
-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 a6cc18b..f4efeb5 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini | |||
@@ -1,5 +1,5 @@ | |||
1 | [Startup] | 1 | [Startup] |
2 | gridmode = true | 2 | gridmode = false |
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://osgrid.org:8001/" | 31 | grid_server_url = "http://127.0.0.1:8001" |
32 | grid_send_key = "1234" | 32 | grid_send_key = "null" |
33 | grid_recv_key = "1234" | 33 | grid_recv_key = "null" |
34 | 34 | ||
35 | user_server_url = "http://osgrid.org:8002/" | 35 | user_server_url = "http://127.0.0.1:8002" |
36 | user_send_key = "1234" | 36 | user_send_key = "null" |
37 | user_recv_key = "1234" | 37 | user_recv_key = "null" |
38 | 38 | ||
39 | asset_server_url = "http://osgrid.org:8003/" | 39 | asset_server_url = "http://127.0.0.1:8003" |
40 | 40 | ||