aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSim.ini')
-rw-r--r--bin/OpenSim.ini54
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]
2gridmode = false
3physics = basicphysics
4; Prim Storage
5; if you would like to use sqlite uncomment the following line (and
6; comment the NullStorage line)
7storage_plugin = "OpenSim.DataStore.MonoSqlite.dll"
8;storage_plugin = "OpenSim.DataStore.NullStorage.dll"
9startup_console_commands_file = "startup_commands.txt"
10shutdown_console_commands_file = "shutdown_commands.txt"
11serverside_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
15asset_database = "sqlite"
16noverbose = false
17
18[StandAlone]
19accounts_authenticate = true
20welcome_message = "Welcome to OpenSim"
21inventory_plugin = "OpenSim.Framework.Data.SQLite.dll"
22; userDatabase_plugin = "OpenSim.Framework.Data.DB4o.dll"
23userDatabase_plugin = "OpenSim.Framework.Data.SQLite.dll"
24default_location_x = 1000
25default_location_y = 1000
26
27
28[Network]
29http_listener_port = 9000
30remoting_listener_port = 8895
31
32grid_server_url = "http://127.0.0.1:8001"
33grid_send_key = "null"
34grid_recv_key = "null"
35
36user_server_url = "http://127.0.0.1:8002"
37user_send_key = "null"
38user_recv_key = "null"
39
40asset_server_url = "http://127.0.0.1:8003"
41
42[Chat]
43whisper_distance = 10
44say_distance = 30
45shout_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