diff options
author | Justin Clark-Casey (justincc) | 2009-09-18 19:40:53 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-18 19:40:53 +0100 |
commit | 70358ddb8d4940f301e00262e820bc793cb31a47 (patch) | |
tree | 4f2078a1b2026eda59bff424bd6d4f8aa41417d0 | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-70358ddb8d4940f301e00262e820bc793cb31a47.zip opensim-SC_OLD-70358ddb8d4940f301e00262e820bc793cb31a47.tar.gz opensim-SC_OLD-70358ddb8d4940f301e00262e820bc793cb31a47.tar.bz2 opensim-SC_OLD-70358ddb8d4940f301e00262e820bc793cb31a47.tar.xz |
remove old OpenSim.Services.ini.example (replaced by OpenSim.Server.ini.example)
-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" | ||