diff options
author | Sean Dague | 2007-10-25 15:33:11 +0000 |
---|---|---|
committer | Sean Dague | 2007-10-25 15:33:11 +0000 |
commit | 1d5ec16865e499a71b9981729ff921c766719dcd (patch) | |
tree | 6a8af23352352934130e9f7d25038a03f10cac35 /bin/OpenSim.ini | |
parent | * Added static mutex to terrain load-tile to prevent file IO locking issues. (diff) | |
download | opensim-SC_OLD-1d5ec16865e499a71b9981729ff921c766719dcd.zip opensim-SC_OLD-1d5ec16865e499a71b9981729ff921c766719dcd.tar.gz opensim-SC_OLD-1d5ec16865e499a71b9981729ff921c766719dcd.tar.bz2 opensim-SC_OLD-1d5ec16865e499a71b9981729ff921c766719dcd.tar.xz |
move out the config files to .example files so that they
don't clobber people's configs all the time, and that
we don't get new changes pulled in randomly from people's
configs
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.ini.example (renamed from bin/OpenSim.ini) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/OpenSim.ini b/bin/OpenSim.ini.example index ef6c382..a727b32 100644 --- a/bin/OpenSim.ini +++ b/bin/OpenSim.ini.example | |||
@@ -13,7 +13,7 @@ serverside_object_permissions = false | |||
13 | ; asset_database = "db4o" | 13 | ; asset_database = "db4o" |
14 | ; to try sqlite as the asset database , comment out the above line, and uncomment following one | 14 | ; to try sqlite as the asset database , comment out the above line, and uncomment following one |
15 | asset_database = "sqlite" | 15 | asset_database = "sqlite" |
16 | noverbose = false | 16 | verbose = true |
17 | 17 | ||
18 | [StandAlone] | 18 | [StandAlone] |
19 | accounts_authenticate = true | 19 | accounts_authenticate = true |