aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
authorlbsa712007-09-27 13:49:08 +0000
committerlbsa712007-09-27 13:49:08 +0000
commit048e762f1f11c3863eca9b059338b4f5dfc92a2f (patch)
tree25703d0c07933cc5b44ca3847ac51a8d1fc26365 /bin/OpenSim.ini
parentimplement something in sqlite inventory that wasn't before (diff)
downloadopensim-SC_OLD-048e762f1f11c3863eca9b059338b4f5dfc92a2f.zip
opensim-SC_OLD-048e762f1f11c3863eca9b059338b4f5dfc92a2f.tar.gz
opensim-SC_OLD-048e762f1f11c3863eca9b059338b4f5dfc92a2f.tar.bz2
opensim-SC_OLD-048e762f1f11c3863eca9b059338b4f5dfc92a2f.tar.xz
That weren't supposed to go there.
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