aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMike Mazur2009-02-23 04:39:08 +0000
committerMike Mazur2009-02-23 04:39:08 +0000
commitdba8c90611abf50b706bc3ba54bc455ee142dae3 (patch)
tree052878bcc0cd4a23af2e0ad60f8b37f248bc5c2d /bin
parentPrevent avatar from walking along z-axis (diff)
downloadopensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.zip
opensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.tar.gz
opensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.tar.bz2
opensim-SC_OLD-dba8c90611abf50b706bc3ba54bc455ee142dae3.tar.xz
Load default assets when AssetInventory starts.
Diffstat (limited to 'bin')
-rw-r--r--bin/AssetInventoryServer.ini.example4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/AssetInventoryServer.ini.example b/bin/AssetInventoryServer.ini.example
index bba4668..20e7ba6 100644
--- a/bin/AssetInventoryServer.ini.example
+++ b/bin/AssetInventoryServer.ini.example
@@ -3,6 +3,10 @@
3; The port number for the asset server to listen on. 3; The port number for the asset server to listen on.
4listen_port = 8003 4listen_port = 8003
5 5
6; Points to an XML file which describes assets to load on startup.
7; This is "./assets/AssetSets.xml" by default and can be changed below.
8;assetset_location = ./assets/AssetSets.xml
9
6[Plugins] 10[Plugins]
7 11
8;;;;;;;;;;;;;;;;;;;;;;;;;;;;; 12;;;;;;;;;;;;;;;;;;;;;;;;;;;;;