self document how to enable prim storage
parent
0e6f57a303
commit
4dd40151a6
|
@ -1,29 +1,33 @@
|
||||||
[Startup]
|
[Startup]
|
||||||
gridmode = false
|
gridmode = false
|
||||||
physics = basicphysics
|
physics = basicphysics
|
||||||
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
# Prim Storage
|
||||||
startup_console_commands_file = "startup_commands.txt"
|
# if you would like to use sqlite uncomment the following line (and
|
||||||
|
# comment the NullStorage line)
|
||||||
|
# storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
||||||
[StandAlone]
|
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
||||||
accounts_authenticate = false
|
startup_console_commands_file = "startup_commands.txt"
|
||||||
welcome_message = "Welcome to OpenSim"
|
|
||||||
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
|
||||||
userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
|
[StandAlone]
|
||||||
default_location_x = 1000
|
accounts_authenticate = false
|
||||||
default_location_y = 1000
|
welcome_message = "Welcome to OpenSim"
|
||||||
|
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
||||||
|
userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
|
||||||
[Network]
|
default_location_x = 1000
|
||||||
http_listener_port = 9000
|
default_location_y = 1000
|
||||||
remoting_listener_port = 8895
|
|
||||||
|
|
||||||
grid_server_url = "http://127.0.0.1:8001"
|
[Network]
|
||||||
grid_send_key = "null"
|
http_listener_port = 9000
|
||||||
grid_recv_key = "null"
|
remoting_listener_port = 8895
|
||||||
|
|
||||||
user_server_url = "http://127.0.0.1:8002"
|
grid_server_url = "http://127.0.0.1:8001"
|
||||||
user_send_key = "null"
|
grid_send_key = "null"
|
||||||
user_recv_key = "null"
|
grid_recv_key = "null"
|
||||||
|
|
||||||
asset_server_url = "http://127.0.0.1:8003"
|
user_server_url = "http://127.0.0.1:8002"
|
||||||
|
user_send_key = "null"
|
||||||
|
user_recv_key = "null"
|
||||||
|
|
||||||
|
asset_server_url = "http://127.0.0.1:8003"
|
||||||
|
|
Loading…
Reference in New Issue