diff options
author | Melanie | 2009-10-02 08:23:38 +0100 |
---|---|---|
committer | Melanie | 2009-10-02 08:23:38 +0100 |
commit | 31d8cec0f8cd47ff445edc7771e5e73825a57927 (patch) | |
tree | a2d60604317739fa530502c40ffc71bab2a5c494 /bin/OpenSim.Services.ini.example | |
parent | Restore the missing image handling to the image manager. The missing (diff) | |
parent | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC-31d8cec0f8cd47ff445edc7771e5e73825a57927.zip opensim-SC-31d8cec0f8cd47ff445edc7771e5e73825a57927.tar.gz opensim-SC-31d8cec0f8cd47ff445edc7771e5e73825a57927.tar.bz2 opensim-SC-31d8cec0f8cd47ff445edc7771e5e73825a57927.tar.xz |
Merge branch 'master' into diva-textures
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.Services.ini.example | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/bin/OpenSim.Services.ini.example b/bin/OpenSim.Services.ini.example deleted file mode 100644 index b2e0f96..0000000 --- a/bin/OpenSim.Services.ini.example +++ /dev/null | |||
@@ -1,19 +0,0 @@ | |||
1 | [Startup] | ||
2 | ; These are also available as command line options | ||
3 | |||
4 | ; console = "local" ; Use "basic" to use this on a pipe | ||
5 | ; inifile = "OpenSim.Servers.AssetServer.ini" | ||
6 | ; logfile = "AssetServer.log" ; Also read from application config file | ||
7 | |||
8 | ; Connectors, comma separated | ||
9 | ServiceConnectors = "OpenSim.Server.Handlers.dll:AssetServiceConnector" | ||
10 | |||
11 | [Network] | ||
12 | port = 8003 | ||
13 | |||
14 | [AssetService] | ||
15 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | ||
16 | StorageProvider = "OpenSim.Data.MySQL.dll" | ||
17 | ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=opensim;" | ||
18 | DefaultAssetLoader = "OpenSim.Framework.AssetLoader.Filesystem.dll" | ||
19 | AssetLoaderArgs = "assets/AssetSets.xml" | ||