mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
That weren't supposed to go there.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Startup]
|
||||
gridmode = true
|
||||
gridmode = false
|
||||
physics = basicphysics
|
||||
; Prim Storage
|
||||
; if you would like to use sqlite uncomment the following line (and
|
||||
@@ -28,13 +28,13 @@ default_location_y = 1000
|
||||
http_listener_port = 9000
|
||||
remoting_listener_port = 8895
|
||||
|
||||
grid_server_url = "http://osgrid.org:8001/"
|
||||
grid_send_key = "1234"
|
||||
grid_recv_key = "1234"
|
||||
grid_server_url = "http://127.0.0.1:8001"
|
||||
grid_send_key = "null"
|
||||
grid_recv_key = "null"
|
||||
|
||||
user_server_url = "http://osgrid.org:8002/"
|
||||
user_send_key = "1234"
|
||||
user_recv_key = "1234"
|
||||
user_server_url = "http://127.0.0.1:8002"
|
||||
user_send_key = "null"
|
||||
user_recv_key = "null"
|
||||
|
||||
asset_server_url = "http://osgrid.org:8003/"
|
||||
asset_server_url = "http://127.0.0.1:8003"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user