diff options
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 | ;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |