2007-08-21 18:34:49 +00:00
|
|
|
[Startup]
|
2007-09-27 13:49:08 +00:00
|
|
|
gridmode = false
|
2007-09-01 23:07:58 +00:00
|
|
|
physics = basicphysics
|
2007-08-22 19:49:36 +00:00
|
|
|
; Prim Storage
|
|
|
|
; if you would like to use sqlite uncomment the following line (and
|
|
|
|
; comment the NullStorage line)
|
2007-10-01 16:07:54 +00:00
|
|
|
storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
|
|
|
|
;storage_plugin = "OpenSim.DataStore.NullStorage.dll"
|
2007-08-21 18:34:49 +00:00
|
|
|
startup_console_commands_file = "startup_commands.txt"
|
2007-10-18 02:13:06 +00:00
|
|
|
shutdown_console_commands_file = "shutdown_commands.txt"
|
2007-08-22 19:49:36 +00:00
|
|
|
serverside_object_permissions = false
|
2007-08-21 18:34:49 +00:00
|
|
|
|
2007-09-11 08:26:51 +00:00
|
|
|
; asset_database = "db4o"
|
|
|
|
; to try sqlite as the asset database , comment out the above line, and uncomment following one
|
|
|
|
asset_database = "sqlite"
|
2007-10-25 15:33:11 +00:00
|
|
|
verbose = true
|
2007-08-21 18:34:49 +00:00
|
|
|
|
|
|
|
[StandAlone]
|
2007-08-22 19:49:36 +00:00
|
|
|
accounts_authenticate = true
|
2007-08-21 18:34:49 +00:00
|
|
|
welcome_message = "Welcome to OpenSim"
|
|
|
|
inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
2007-08-30 01:28:34 +00:00
|
|
|
; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
|
|
|
|
userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
|
2007-08-21 18:34:49 +00:00
|
|
|
default_location_x = 1000
|
|
|
|
default_location_y = 1000
|
2007-10-26 14:08:36 +00:00
|
|
|
dump_assets_to_file = false
|
2007-08-21 18:34:49 +00:00
|
|
|
|
|
|
|
[Network]
|
|
|
|
http_listener_port = 9000
|
|
|
|
remoting_listener_port = 8895
|
|
|
|
|
2007-09-27 13:49:08 +00:00
|
|
|
grid_server_url = "http://127.0.0.1:8001"
|
|
|
|
grid_send_key = "null"
|
|
|
|
grid_recv_key = "null"
|
2007-08-21 18:34:49 +00:00
|
|
|
|
2007-09-27 13:49:08 +00:00
|
|
|
user_server_url = "http://127.0.0.1:8002"
|
|
|
|
user_send_key = "null"
|
|
|
|
user_recv_key = "null"
|
2007-08-21 18:34:49 +00:00
|
|
|
|
2007-09-27 13:49:08 +00:00
|
|
|
asset_server_url = "http://127.0.0.1:8003"
|
2007-08-22 19:49:36 +00:00
|
|
|
|
2007-10-19 23:36:27 +00:00
|
|
|
[Chat]
|
|
|
|
whisper_distance = 10
|
|
|
|
say_distance = 30
|
|
|
|
shout_distance = 100
|
|
|
|
|
2007-10-19 21:36:58 +00:00
|
|
|
; Uncomment the following for IRC bridge
|
|
|
|
; experimental, so if it breaks... keep both parts... yada yada
|
|
|
|
; also, not good error detection when it fails
|
|
|
|
;[IRC]
|
|
|
|
;server = name.of.irc.server.on.the.net
|
|
|
|
;nick = OpenSimBotNameProbablyMakeThisShorter
|
|
|
|
;channel = #the_irc_channel_you_want_to_connect_to
|
2007-10-18 02:13:06 +00:00
|
|
|
|