aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini16
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]
2gridmode = true 2gridmode = false
3physics = basicphysics 3physics = 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
28http_listener_port = 9000 28http_listener_port = 9000
29remoting_listener_port = 8895 29remoting_listener_port = 8895
30 30
31grid_server_url = "http://osgrid.org:8001/" 31grid_server_url = "http://127.0.0.1:8001"
32grid_send_key = "1234" 32grid_send_key = "null"
33grid_recv_key = "1234" 33grid_recv_key = "null"
34 34
35user_server_url = "http://osgrid.org:8002/" 35user_server_url = "http://127.0.0.1:8002"
36user_send_key = "1234" 36user_send_key = "null"
37user_recv_key = "1234" 37user_recv_key = "null"
38 38
39asset_server_url = "http://osgrid.org:8003/" 39asset_server_url = "http://127.0.0.1:8003"
40 40