diff options
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r-- | bin/OpenSim.ini | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini deleted file mode 100644 index ef6c382..0000000 --- a/bin/OpenSim.ini +++ /dev/null | |||
@@ -1,54 +0,0 @@ | |||
1 | [Startup] | ||
2 | gridmode = false | ||
3 | physics = basicphysics | ||
4 | ; Prim Storage | ||
5 | ; if you would like to use sqlite uncomment the following line (and | ||
6 | ; comment the NullStorage line) | ||
7 | storage_plugin = "OpenSim.DataStore.MonoSqlite.dll" | ||
8 | ;storage_plugin = "OpenSim.DataStore.NullStorage.dll" | ||
9 | startup_console_commands_file = "startup_commands.txt" | ||
10 | shutdown_console_commands_file = "shutdown_commands.txt" | ||
11 | serverside_object_permissions = false | ||
12 | |||
13 | ; asset_database = "db4o" | ||
14 | ; to try sqlite as the asset database , comment out the above line, and uncomment following one | ||
15 | asset_database = "sqlite" | ||
16 | noverbose = false | ||
17 | |||
18 | [StandAlone] | ||
19 | accounts_authenticate = true | ||
20 | welcome_message = "Welcome to OpenSim" | ||
21 | inventory_plugin = "OpenSim.Framework.Data.SQLite.dll" | ||
22 | ; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll" | ||
23 | userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll" | ||
24 | default_location_x = 1000 | ||
25 | default_location_y = 1000 | ||
26 | |||
27 | |||
28 | [Network] | ||
29 | http_listener_port = 9000 | ||
30 | remoting_listener_port = 8895 | ||
31 | |||
32 | grid_server_url = "http://127.0.0.1:8001" | ||
33 | grid_send_key = "null" | ||
34 | grid_recv_key = "null" | ||
35 | |||
36 | user_server_url = "http://127.0.0.1:8002" | ||
37 | user_send_key = "null" | ||
38 | user_recv_key = "null" | ||
39 | |||
40 | asset_server_url = "http://127.0.0.1:8003" | ||
41 | |||
42 | [Chat] | ||
43 | whisper_distance = 10 | ||
44 | say_distance = 30 | ||
45 | shout_distance = 100 | ||
46 | |||
47 | ; Uncomment the following for IRC bridge | ||
48 | ; experimental, so if it breaks... keep both parts... yada yada | ||
49 | ; also, not good error detection when it fails | ||
50 | ;[IRC] | ||
51 | ;server = name.of.irc.server.on.the.net | ||
52 | ;nick = OpenSimBotNameProbablyMakeThisShorter | ||
53 | ;channel = #the_irc_channel_you_want_to_connect_to | ||
54 | |||