From 4789500d32bf97b49deff0b78a8e144b7119befb Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Mon, 18 May 2009 21:14:08 +0000 Subject: Rename OpenSim.Server.exe to OpenSim.Services.exe and the corresponding ini to OpenSim.Services.ini.example, which makes soooo much more sense. Thanks, Adam! --- bin/OpenSim.Server.ini.example | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 bin/OpenSim.Server.ini.example (limited to 'bin/OpenSim.Server.ini.example') diff --git a/bin/OpenSim.Server.ini.example b/bin/OpenSim.Server.ini.example deleted file mode 100644 index b2e0f96..0000000 --- a/bin/OpenSim.Server.ini.example +++ /dev/null @@ -1,19 +0,0 @@ -[Startup] -; These are also available as command line options - -; console = "local" ; Use "basic" to use this on a pipe -; inifile = "OpenSim.Servers.AssetServer.ini" -; logfile = "AssetServer.log" ; Also read from application config file - -; Connectors, comma separated -ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector" - -[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" -- cgit v1.1