diff options
author | Sean Dague | 2008-05-19 21:50:56 +0000 |
---|---|---|
committer | Sean Dague | 2008-05-19 21:50:56 +0000 |
commit | ceadfb6eb73950c22f8d079b903e9563565ce586 (patch) | |
tree | af32857d531074b4e79c57bb1f973aae22509229 /bin/OpenSim.ini.example | |
parent | autocreate appearance table if it isn't there (diff) | |
download | opensim-SC_OLD-ceadfb6eb73950c22f8d079b903e9563565ce586.zip opensim-SC_OLD-ceadfb6eb73950c22f8d079b903e9563565ce586.tar.gz opensim-SC_OLD-ceadfb6eb73950c22f8d079b903e9563565ce586.tar.bz2 opensim-SC_OLD-ceadfb6eb73950c22f8d079b903e9563565ce586.tar.xz |
remove the appearance lines from the OpenSim.ini.example. They
don't do anything now.
Diffstat (limited to 'bin/OpenSim.ini.example')
-rw-r--r-- | bin/OpenSim.ini.example | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index f264248..9da98b6 100644 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -31,11 +31,6 @@ storage_connection_string="URI=file:OpenSim.db,version=3"; | |||
31 | ; | 31 | ; |
32 | storage_prim_inventories = true | 32 | storage_prim_inventories = true |
33 | 33 | ||
34 | ; Avatar appearance persistence | ||
35 | appearance_persist = false | ||
36 | appearance_database = "MySQL" | ||
37 | appearance_connection_string = "Data Source=localhost;Database=avatar_appearance;User ID=root;Password=xxxx;pooling=false;" | ||
38 | |||
39 | ; Select whether you want to use local or grid asset storage. | 34 | ; Select whether you want to use local or grid asset storage. |
40 | ; | 35 | ; |
41 | ; If you're running in standalone, you definitely want local, since there is no grid (hence this is redundant, and should | 36 | ; If you're running in standalone, you definitely want local, since there is no grid (hence this is redundant, and should |