That weren't supposed to go there.
parent
5b4d631d34
commit
048e762f1f
|
@ -1,5 +1,5 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
gridmode = true
|
gridmode = false
|
||||||
physics = basicphysics
|
physics = basicphysics
|
||||||
; Prim Storage
|
; Prim Storage
|
||||||
; if you would like to use sqlite uncomment the following line (and
|
; if you would like to use sqlite uncomment the following line (and
|
||||||
|
@ -28,13 +28,13 @@ default_location_y = 1000
|
||||||
http_listener_port = 9000
|
http_listener_port = 9000
|
||||||
remoting_listener_port = 8895
|
remoting_listener_port = 8895
|
||||||
|
|
||||||
grid_server_url = "http://osgrid.org:8001/"
|
grid_server_url = "http://127.0.0.1:8001"
|
||||||
grid_send_key = "1234"
|
grid_send_key = "null"
|
||||||
grid_recv_key = "1234"
|
grid_recv_key = "null"
|
||||||
|
|
||||||
user_server_url = "http://osgrid.org:8002/"
|
user_server_url = "http://127.0.0.1:8002"
|
||||||
user_send_key = "1234"
|
user_send_key = "null"
|
||||||
user_recv_key = "1234"
|
user_recv_key = "null"
|
||||||
|
|
||||||
asset_server_url = "http://osgrid.org:8003/"
|
asset_server_url = "http://127.0.0.1:8003"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue