Open Source Platform
for interconnected virtual worlds

Avatar Storage Server Configuration

From RexWiki

Avatar storage server settings are located in multiple files.

avatarstorage\AStorageSettings.xml

<AStorageSettings>
  <database_dll>SQLite_SqlHandler.dll</database_dll>
  <authentication_dll>AuthenticationEngine.dll</authentication_dll>
  <inventory_enabled>True</inventory_enabled>
  <inventory_service_dll>PersonalInventoryService.dll</inventory_service_dll>
  <inventory_db_dll>PersonalInventory.SQLite.dll</inventory_db_dll>
  <logging_enabled>False</logging_enabled>
</AStorageSettings>

avatarstorage\HttpSettings.xml

<HttpSettings>
  <address>127.0.0.1</address>
  <port>10000</port>
  <ssl>false</ssl>
</HttpSettings>