diff options
author | Mike Mazur | 2009-02-23 04:39:08 +0000 |
---|---|---|
committer | Mike Mazur | 2009-02-23 04:39:08 +0000 |
commit | dba8c90611abf50b706bc3ba54bc455ee142dae3 (patch) | |
tree | 052878bcc0cd4a23af2e0ad60f8b37f248bc5c2d /bin | |
parent | Prevent avatar from walking along z-axis (diff) | |
download | opensim-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.example | 4 |
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. |
4 | listen_port = 8003 | 4 | listen_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 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |