mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 02:05:34 +08:00
Smooth out some .ini stuff, actually commit the example
This commit is contained in:
@@ -43,7 +43,7 @@ namespace OpenSim.Servers.AssetServer
|
||||
if (serverConfig == null)
|
||||
throw new Exception("No section 'Server' in config file");
|
||||
|
||||
string assetService = serverConfig.GetString("Module",
|
||||
string assetService = serverConfig.GetString("LocalServiceModule",
|
||||
String.Empty);
|
||||
|
||||
if (assetService == String.Empty)
|
||||
|
||||
9
bin/OpenSim.Servers.AssetServer.ini.example
Normal file
9
bin/OpenSim.Servers.AssetServer.ini.example
Normal file
@@ -0,0 +1,9 @@
|
||||
[Network]
|
||||
port = 8003
|
||||
|
||||
[AssetService]
|
||||
LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService"
|
||||
StorageProvider = "OpenSim.Data.MySQL.dll"
|
||||
ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;"
|
||||
DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll"
|
||||
AssetLoaderArgs = "assets/AssetSets.xml"
|
||||
Reference in New Issue
Block a user