Smooth out some .ini stuff, actually commit the example
parent
6dcafec22d
commit
59175847a9
|
@ -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)
|
||||
|
|
|
@ -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"
|
Loading…
Reference in New Issue